View file phpBB3/vendor/ocramius/proxy-manager/src/ProxyManager/Signature/Exception/ExceptionInterface.php

File size: 252B
<?php

declare(strict_types=1);

namespace ProxyManager\Signature\Exception;

/**
 * Exception marker for exceptions from the signature sub-component
 *
 * @author Marco Pivetta <ocramius@gmail.com>
 * @license MIT
 */
interface ExceptionInterface
{
}