DownForMaintenance.php in Commerce Braintree 7
File
braintree_php/lib/Braintree/Exception/DownForMaintenance.phpView source
<?php
/**
* Raised when the gateway is down for maintenance
*
* @package Braintree
* @subpackage Exception
* @copyright 2010 Braintree Payment Solutions
*/
/**
* Raised when the gateway is down for maintenance.
*
* @package Braintree
* @subpackage Exception
* @copyright 2010 Braintree Payment Solutions
*/
class Braintree_Exception_DownForMaintenance extends Braintree_Exception {
}
Classes
Name | Description |
---|---|
Braintree_Exception_DownForMaintenance | Raised when the gateway is down for maintenance. |