class NotImplementedException extends API_Exception

Class NotImplementedException

Constants

UNAUTHORIZED

NOT_IMPLEMENTED

Methods

__construct(string $message, array $extraParams = array(), $previous = NULL)

No description

string
__toString()

Custom string representation of object.

array
getExtraParams()

Get extra parameters.

array
getErrorCodes()

Get error codes.

Details

at line 21
__construct(string $message, array $extraParams = array(), $previous = NULL)

Parameters

string $message The human friendly error message.
array $extraParams Extra params to return. eg an extra array of ids. It is not mandatory, but can help the computer using the api. Keep in mind the api consumer isn't to be trusted. eg. the database password is NOT a good extra data.
$previous A previous exception which caused this new exception.

in API_Exception at line 57
string __toString()

Custom string representation of object.

Return Value

string

in API_Exception at line 66
array getExtraParams()

Get extra parameters.

Return Value

array

in API_Exception at line 75
array getErrorCodes()

Get error codes.

Return Value

array