You are here

UpgradeRequired.php in Commerce Braintree 7

File

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

/**
 * Raised when a client library must be upgraded.
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2010 Braintree Payment Solutions
 */
class Braintree_Exception_UpgradeRequired extends Braintree_Exception {

}

Classes

Namesort descending Description
Braintree_Exception_UpgradeRequired Raised when a client library must be upgraded.