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