__construct()
__toString()
getCode()
getErrors()
getFile()
getLine()
getMessage()
getPrevious()
getTrace()
getTraceAsString()
$code
$errors
$message
SaleskingException class
since | 1.0.0 |
---|---|
package | SalesKing PHP SDK |
__construct(string $code, string $message, mixed $errors)
since | 1.0.0 |
---|
string
error code
string
error message
mixed
additional error information
__toString()
inherited_from | Exception::__toString() |
---|
getCode()
inherited_from | Exception::getCode() |
---|
getErrors() : mixed
since | 1.0.0 |
---|
mixed
getFile()
inherited_from | Exception::getFile() |
---|
getLine()
inherited_from | Exception::getLine() |
---|
getMessage()
inherited_from | Exception::getMessage() |
---|
getPrevious()
inherited_from | Exception::getPrevious() |
---|
getTrace()
inherited_from | Exception::getTrace() |
---|
getTraceAsString()
inherited_from | Exception::getTraceAsString() |
---|
$code : string
since | 1.0.0 |
---|
$errors : mixed
since | 1.0.0 |
---|