<?php

namespace Braintree\Exception;

use Braintree\Exception;

/**
 * Raised when the SSL CaFile is not found.
 */
class SSLCaFileNotFound extends Exception
{
}
