class Braintree_Exception_Unexpected in Commerce Braintree 7
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
Hierarchy
- class \Braintree_Exception extends \Exception
Expanded class hierarchy of Braintree_Exception_Unexpected
File
- braintree_php/
lib/ Braintree/ Exception/ Unexpected.php, line 18
View source
class Braintree_Exception_Unexpected extends Braintree_Exception {
}