Your IP : 216.73.216.95


Current Path : /var/www/storage/vendor/braintree/braintree_php/lib/Braintree/Exception/
Upload File :
Current File : /var/www/storage/vendor/braintree/braintree_php/lib/Braintree/Exception/ForgedQueryString.php

<?php
/**
 * Raised when a suspected forged query string is present
 * Raised from methods that confirm transparent redirect 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  2014 Braintree, a division of PayPal, Inc.
 */
class Braintree_Exception_ForgedQueryString extends Braintree_Exception
{

}