Unexpected.php in Commerce Braintree 7
File
braintree_php/lib/Braintree/Exception/Unexpected.phpView source
<?php
/**
* Raised when an unexpected error occurs
*
* @package Braintree
* @subpackage Exception
* @copyright 2010 Braintree Payment Solutions
*/
/**
* Raised when an error occurs that the client library is not built to handle.
* This shouldn't happen.
*
* @package Braintree
* @subpackage Exception
* @copyright 2010 Braintree Payment Solutions
*/
class Braintree_Exception_Unexpected extends Braintree_Exception {
}
Classes
Name | Description |
---|---|
Braintree_Exception_Unexpected | Raised when an error occurs that the client library is not built to handle. This shouldn't happen. |