You are here

Configuration.php in Commerce Braintree 7

File

braintree_php/lib/Braintree/Exception/Configuration.php
View source
<?php

/**
 * raised when the Braintree library is not completely configured
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2010 Braintree Payment Solutions
 */

/**
 * Raised when the Braintree library is not completely configured.
 *
 * @package    Braintree
 * @subpackage Exception
 * @see        Braintree_Configuration
 */
class Braintree_Exception_Configuration extends Braintree_Exception {

}

Classes

Namesort descending Description
Braintree_Exception_Configuration Raised when the Braintree library is not completely configured.