| Current Path : /proc/self/root/proc/self/root/opt/nginxhttpd_/vendor/mlocati/ocsp/src/Exception/ |
| Current File : //proc/self/root/proc/self/root/opt/nginxhttpd_/vendor/mlocati/ocsp/src/Exception/Exception.php |
<?php
namespace Ocsp\Exception;
use Exception as PhpException;
/**
* Base class for all the exceptions thrown in the OCSP library.
*/
abstract class Exception extends PhpException
{
}