SSLCaFileNotFound.php in Commerce Braintree 7
File
braintree_php/lib/Braintree/Exception/SSLCaFileNotFound.phpView 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
Name | Description |
---|---|
Braintree_Exception_SSLCaFileNotFound | Raised when the SSL CaFile is not found. |