You are here

Authentication.php in Commerce Braintree 7

File

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

/**
 * Raised when authentication fails
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2010 Braintree Payment Solutions
 */

/**
 * Raised when authentication fails.
 * This may be caused by an incorrect Braintree_Configuration
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2010 Braintree Payment Solutions
 */
class Braintree_Exception_Authentication extends Braintree_Exception {

}

Classes

Namesort descending Description
Braintree_Exception_Authentication Raised when authentication fails. This may be caused by an incorrect Braintree_Configuration