| Current Path : /home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Exception/ |
| Current File : //home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Exception/UpgradeRequired.php |
<?php
namespace Braintree\Exception;
use Braintree\Exception;
/**
* Raised when a client library must be upgraded.
*/
class UpgradeRequired extends Exception
{
}