class ResponseException extends IntacctException

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 34
__construct(string $message, array $errors = array(), int $code, Exception $previous = null)

Initializes the class

Parameters

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

at line line 46
array getErrors()

Get response errors as an array

Return Value

array