Seditio Source
Root |
./othercms/xenForo 2.2.8/src/vendor/braintree/braintree_php/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
 */
class Unexpected extends Exception
{

}
class_alias('Braintree\Exception\Unexpected', 'Braintree_Exception_Unexpected');