Open Journal Systems  3.3.0
Omnipay\Common\Http\Exception Class Reference
Inheritance diagram for Omnipay\Common\Http\Exception:
Omnipay\Common\Exception\RuntimeException Omnipay\Common\Exception\OmnipayException Omnipay\Common\Http\Exception\NetworkException Omnipay\Common\Http\Exception\RequestException

Public Member Functions

 __construct ($message, RequestInterface $request, $previous=null)
 
 getRequest ()
 

Protected Attributes

 $request
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Omnipay\Common\Http\Exception::__construct (   $message,
RequestInterface  $request,
  $previous = null 
)

Member Function Documentation

◆ getRequest()

Omnipay\Common\Http\Exception::getRequest ( )

Returns the request.

The request object MAY be a different object from the one passed to ClientInterface::sendRequest()

Returns
RequestInterface

Definition at line 30 of file paymethod/paypal/vendor/omnipay/common/src/Common/Http/Exception.php.

References Omnipay\Common\Http\Exception\$request.

Field Documentation

◆ $request


The documentation for this class was generated from the following file: