class Braintree_Exception_ForgedQueryString in Commerce Braintree 7
Raised from methods that confirm transparent request requests when the given query string cannot be verified. This may indicate an attempted hack on the merchant's transparent redirect confirmation URL.
@package Braintree @subpackage Exception @copyright 2010 Braintree Payment Solutions
Hierarchy
- class \Braintree_Exception extends \Exception
Expanded class hierarchy of Braintree_Exception_ForgedQueryString
File
- braintree_php/
lib/ Braintree/ Exception/ ForgedQueryString.php, line 20
View source
class Braintree_Exception_ForgedQueryString extends Braintree_Exception {
}