class ResultException extends OperationException

Methods

__construct(string $message, array $errors = array(), int $code, Exception $previous = null)

Initializes the class

array
getErrors()

Get response errors as an array

Details

at line line 32
__construct(string $message, array $errors = array(), int $code, Exception $previous = null)

Initializes the class

Parameters

string $message
array $errors
int $code
Exception $previous

in ResponseException at line line 46
array getErrors()

Get response errors as an array

Return Value

array