Open Journal Systems  3.3.0
Omnipay\Common\Exception\InvalidResponseException Class Reference
Inheritance diagram for Omnipay\Common\Exception\InvalidResponseException:
Omnipay\Common\Exception\OmnipayException

Public Member Functions

 __construct ($message="Invalid response from payment gateway", $code=0, $previous=null)
 
 __construct ($message="Invalid response from payment gateway", $code=0, $previous=null)
 

Detailed Description

Invalid Response exception.

Thrown when a gateway responded with invalid or unexpected data (for example, a security hash did not match).

Definition at line 10 of file lib/vendor/omnipay/common/src/Omnipay/Common/Exception/InvalidResponseException.php.

Constructor & Destructor Documentation

◆ __construct() [1/2]

Omnipay\Common\Exception\InvalidResponseException::__construct (   $message = "Invalid response from payment gateway",
  $code = 0,
  $previous = null 
)

◆ __construct() [2/2]

Omnipay\Common\Exception\InvalidResponseException::__construct (   $message = "Invalid response from payment gateway",
  $code = 0,
  $previous = null 
)

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