Просмотр файла vendor/deployer/deployer/src/Component/PharUpdate/Exception/InvalidArgumentException.php
<?php declare(strict_types=1); namespace Deployer\Component\PharUpdate\Exception; /** * Used if an invalid argument is given. * * @author Kevin Herrera <[email protected]> */ class InvalidArgumentException extends Exception { }