| Current Path : /home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Exception/ |
| Current File : //home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Exception/Authentication.php |
<?php
namespace Braintree\Exception;
use Braintree\Exception;
/**
* Raised when authentication fails.
* This may be caused by an incorrect Configuration
*/
class Authentication extends Exception
{
}