You are here

SSLCertificate.php in Commerce Braintree 7

File

braintree_php/lib/Braintree/Exception/SSLCertificate.php
View source
<?php

/**
 * Raised when the SSL certificate fails verification.
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2010 Braintree Payment Solutions
 */

/**
 * Raised when the SSL certificate fails verification.
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2010 Braintree Payment Solutions
 */
class Braintree_Exception_SSLCertificate extends Braintree_Exception {

}

Classes

Namesort descending Description
Braintree_Exception_SSLCertificate Raised when the SSL certificate fails verification.