class Braintree_Exception_DownForMaintenance in Commerce Braintree 7
Raised when the gateway is down for maintenance.
@package Braintree @subpackage Exception @copyright 2010 Braintree Payment Solutions
Hierarchy
- class \Braintree_Exception extends \Exception
Expanded class hierarchy of Braintree_Exception_DownForMaintenance
2 string references to 'Braintree_Exception_DownForMaintenance'
- Braintree_TransparentRedirectTest::testParseAndValidateQueryString_throwsDownForMaintenanceErrorIfDownForMaintenance in braintree_php/
tests/ integration/ TransparentRedirectTest.php - Braintree_TransparentRedirectTest::testRedirectUrl in braintree_php/
tests/ integration/ TransparentRedirectTest.php
File
- braintree_php/
lib/ Braintree/ Exception/ DownForMaintenance.php, line 17
View source
class Braintree_Exception_DownForMaintenance extends Braintree_Exception {
}