class ApiException extends Exception

Methods

__construct($message, $code, Exception $previous = null, $metadata = null, $basicMessage = null)

No description

static ApiException
createFromStdClass(stdClass $status)

No description

getBasicMessage()

No description

mixed[]
getMetadata()

No description

string
__toString()

String representation of ApiException

Details

at line 41
__construct($message, $code, Exception $previous = null, $metadata = null, $basicMessage = null)

Parameters

$message
$code
Exception $previous
$metadata
$basicMessage

at line 52
static ApiException createFromStdClass(stdClass $status)

Parameters

stdClass $status

Return Value

ApiException

at line 70
getBasicMessage()

at line 78
mixed[] getMetadata()

Return Value

mixed[]

at line 87
string __toString()

String representation of ApiException

Return Value

string