| Current Path : /home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Exception/ |
| Current File : //home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Exception/InvalidChallenge.php |
<?php
namespace Braintree\Exception;
use Braintree\Exception;
/**
* Raised when the webhook challenge you attempt to verify is in an invalid format.
*
* @link https://developer.paypal.com/braintree/docs/reference/general/exceptions/php#invalid-challenge
*/
class InvalidChallenge extends Exception
{
}