src/Component/PharUpdate/Exception/LogicException.php
<?php
declare(strict_types=1);
namespace Deployer\Component\PharUpdate\Exception;
/**
* Used if developer did something stupid (or overlooked something).
*
* @author Kevin Herrera <kevin@herrera.io>
*/
class LogicException extends Exception {}