Просмотр файла 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 <kevin@herrera.io>
*/
class InvalidArgumentException extends Exception
{
}