You are here

Exception.php in Commerce Braintree 7

File

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

/**
 * super class for all Braintree exceptions
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2010 Braintree Payment Solutions
 */

/**
 * super class for all Braintree exceptions
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2010 Braintree Payment Solutions
 */
class Braintree_Exception extends Exception {

}

Classes

Namesort descending Description
Braintree_Exception super class for all Braintree exceptions