0x1949 Team - FAZEMRX - MANAGER
Edit File: ExceptionInterface.php
<?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 { }