Class ApiException
Custom Exception class to also store API response for further information and debugging.
- Exception
-
ApiAxle\Shared\ApiException
public
|
#
__construct( mixed $message, mixed $code, mixed $previous = null, mixed $http_code, mixed $response )
|
public
|
|
public
|
|
public
|
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
protected
string
|
$response | |
#
Full API response |
protected
integer
|
$http_code | |
#
HTTP response code |
$code,
$file,
$line,
$message
|