| Current Path : /home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Exception/ |
| Current File : //home/rtorresani/www/vendor/braintree/braintree_php/lib/Braintree/Exception/SSLCertificate.php |
<?php
namespace Braintree\Exception;
use Braintree\Exception;
/**
* Raised when the SSL certificate fails verification.
*/
class SSLCertificate extends Exception
{
}