Просмотр файла vendor/deployer/deployer/src/Component/PharUpdate/Exception/ExceptionInterface.php
<?php declare(strict_types=1); namespace Deployer\Component\PharUpdate\Exception; /** * Indicates that the exception came from this library. * * @author Kevin Herrera <[email protected]> */ interface ExceptionInterface { }