|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($message, RequestInterface $request, $previous=null) | |
| getRequest () | |
Protected Attributes | |
| $request | |
Definition at line 8 of file paymethod/paypal/vendor/omnipay/common/src/Common/Http/Exception.php.
| Omnipay\Common\Http\Exception::__construct | ( | $message, | |
| RequestInterface | $request, | ||
$previous = null |
|||
| ) |
Definition at line 16 of file paymethod/paypal/vendor/omnipay/common/src/Common/Http/Exception.php.
References Omnipay\Common\Http\Exception\$request.
| Omnipay\Common\Http\Exception::getRequest | ( | ) |
Returns the request.
The request object MAY be a different object from the one passed to ClientInterface::sendRequest()
Definition at line 30 of file paymethod/paypal/vendor/omnipay/common/src/Common/Http/Exception.php.
References Omnipay\Common\Http\Exception\$request.
|
protected |
Definition at line 14 of file paymethod/paypal/vendor/omnipay/common/src/Common/Http/Exception.php.
Referenced by Omnipay\Common\Http\Exception\__construct(), and Omnipay\Common\Http\Exception\getRequest().