Open Monograph Press  3.3.0
vendor/omnipay/common/src/Common/Exception/InvalidResponseException.php
1 <?php
2 
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