Current Path : /var/www/storage/vendor/braintree/braintree_php/lib/Braintree/Exception/ |
Current File : /var/www/storage/vendor/braintree/braintree_php/lib/Braintree/Exception/Unexpected.php |
<?php /** * Raised when an error occurs that the client library is not built to handle. * This shouldn't happen. * * @package Braintree * @subpackage Exception * @copyright 2014 Braintree, a division of PayPal, Inc. */ class Braintree_Exception_Unexpected extends Braintree_Exception { }