You are here

DownForMaintenance.php in Commerce Braintree 7

File

braintree_php/lib/Braintree/Exception/DownForMaintenance.php
View 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

Namesort descending Description
Braintree_Exception_DownForMaintenance Raised when the gateway is down for maintenance.