InvalidParameterException extends SdkException
in package

This is the Exception class for errors throwed trying to manipulate pseudo-private attributes on s.

Table of Contents

INVALID_PARAMETER  = 'S130I00003'
INVALID_PARAMETER_VALUE  = 'S130I00002'
PARAMETER_REQUIRED  = 'S130I00001'
REDIS_HOST  = 'S130I00004'
__construct() Constructor.  : mixed
__toString() Auto-invoked using echo or concatenations.  : string

Constants

Methods

__construct()

Constructor.

public __construct([string $message = null ][, string $code = '' ][, Exception $previous = null ]) : mixed

Creates the exception.

Parameters
$message : string = null

The exception message

$code : string = ''

The exception code

$previous : Exception = null

The exception that precedes the current exception

Tags
see
Exception
Return values
mixed

__toString()

Auto-invoked using echo or concatenations.

public __toString() : string

Useful to log errors.

Return values
string

Search results