Open Monograph Press
3.3.0
vendor/omnipay/common/src/Common/Exception/InvalidResponseException.php
1
<?php
2
3
namespace
Omnipay\Common\Exception
;
4
10
class
InvalidResponseException
extends
\Exception implements OmnipayException
11
{
12
public
function
__construct
($message =
"Invalid response from payment gateway"
, $code = 0, $previous =
null
)
13
{
14
parent::__construct($message, $code, $previous);
15
}
16
}
Omnipay\Common\Exception\InvalidResponseException\__construct
__construct($message="Invalid response from payment gateway", $code=0, $previous=null)
Definition:
vendor/omnipay/common/src/Common/Exception/InvalidResponseException.php:12
Omnipay\Common\Exception
Definition:
lib/vendor/omnipay/common/src/Omnipay/Common/Exception/BadMethodCallException.php:3
plugins
paymethod
paypal
vendor
omnipay
common
src
Common
Exception
InvalidResponseException.php
Generated on Fri Aug 28 2020 14:52:47 for Open Monograph Press by
1.8.17