View file phpBB3/vendor/ocramius/proxy-manager/src/ProxyManager/Exception/ExceptionInterface.php
<?php
declare(strict_types=1);
namespace ProxyManager\Exception;
/**
* Base exception class for the proxy manager
*
* @author Marco Pivetta <ocramius@gmail.com>
* @license MIT
*/
interface ExceptionInterface
{
}