You are here

SSLCaFileNotFound.php in Commerce Braintree 7

File

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

/**
 * Raised when the SSL CaFile is not found.
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2011 Braintree Payment Solutions
 */

/**
 * Raised when the SSL CaFile is not found.
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2011 Braintree Payment Solutions
 */
class Braintree_Exception_SSLCaFileNotFound extends Braintree_Exception {

}

Classes

Namesort descending Description
Braintree_Exception_SSLCaFileNotFound Raised when the SSL CaFile is not found.