| Current Path : /home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Exception/ |
| Current File : //home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Exception/Connection.php |
<?php
namespace Braintree\Exception;
use Braintree\Exception;
/**
* Raised when the connection fails
*
* @copyright 2015 Braintree, a division of PayPal, Inc.
*/
class Connection extends Exception
{
}