<?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
{
}
