class Braintree_Exception_SSLCaFileNotFound in Commerce Braintree 7
Raised when the SSL CaFile is not found.
@package Braintree @subpackage Exception @copyright 2011 Braintree Payment Solutions
Hierarchy
- class \Braintree_Exception extends \Exception
Expanded class hierarchy of Braintree_Exception_SSLCaFileNotFound
1 string reference to 'Braintree_Exception_SSLCaFileNotFound'
- Braintree_ConfigurationTest::testCaFile in braintree_php/
tests/ unit/ ConfigurationTest.php
File
- braintree_php/
lib/ Braintree/ Exception/ SSLCaFileNotFound.php, line 17
View source
class Braintree_Exception_SSLCaFileNotFound extends Braintree_Exception {
}