Seditio Source
Root |
./othercms/xenForo 2.2.8/src/vendor/braintree/braintree_php/lib/Braintree/Exception/SSLCaFileNotFound.php
<?php
namespace Braintree\Exception;

use
Braintree\Exception;

/**
 * Raised when the SSL CaFile is not found.
 *
 * @package    Braintree
 * @subpackage Exception
 */
class SSLCaFileNotFound extends Exception
{

}
class_alias('Braintree\Exception\SSLCaFileNotFound', 'Braintree_Exception_SSLCaFileNotFound');