class Braintree_Exception_SSLCertificate in Commerce Braintree 7
Raised when the SSL certificate fails verification.
@package Braintree @subpackage Exception @copyright 2010 Braintree Payment Solutions
Hierarchy
- class \Braintree_Exception extends \Exception
Expanded class hierarchy of Braintree_Exception_SSLCertificate
File
- braintree_php/
lib/ Braintree/ Exception/ SSLCertificate.php, line 17
View source
class Braintree_Exception_SSLCertificate extends Braintree_Exception {
}