Preview: Unexpected.php
Size: 427 B
/home/godevadmin/www/admin/braintree/final/braintree_php-master/lib/Braintree/Exception/Unexpected.php
<?php
namespace Braintree\Exception;
use Braintree\Exception;
/**
* Raised when an error occurs that the client library is not built to handle.
* This shouldn't happen.
*
* @package Braintree
* @subpackage Exception
* @copyright 2015 Braintree, a division of PayPal, Inc.
*/
class Unexpected extends Exception
{
}
class_alias('Braintree\Exception\Unexpected', 'Braintree_Exception_Unexpected');
Directory Contents
Dirs: 0 × Files: 17