OrbipayApiException
extends Exception
in package
OrbipayApiException Class Doc Comment
Tags
Table of Contents
- $isTimedOut : mixed
- $error_response : ErrorResponse
- $http_status_code : mixed
- $invocation_context : InvocationContext
- __construct() : mixed
- OrbipayApiException constructor.
- constructFromApiException() : OrbipayApiException
- getErrorResponse() : ErrorResponse
- getHttpStatusCode() : mixed
- getInvocationContext() : InvocationContext
- isTimedOut() : bool
Properties
$isTimedOut
protected
mixed
$isTimedOut
$error_response
private
ErrorResponse
$error_response
$http_status_code
private
mixed
$http_status_code
$invocation_context
private
InvocationContext
$invocation_context
Methods
__construct()
OrbipayApiException constructor.
public
__construct([string $message = null ], int $code[, mixed $previous = null ]) : mixed
Parameters
- $message : string = null
- $code : int
- $previous : mixed = null
Return values
mixed —constructFromApiException()
public
static constructFromApiException([ApiException $apiException = null ]) : OrbipayApiException
Parameters
- $apiException : ApiException = null
Return values
OrbipayApiException —getErrorResponse()
public
getErrorResponse() : ErrorResponse
Return values
ErrorResponse —getHttpStatusCode()
public
getHttpStatusCode() : mixed
Return values
mixed —getInvocationContext()
public
getInvocationContext() : InvocationContext
Return values
InvocationContext —isTimedOut()
public
isTimedOut() : bool