deployphp/deployer

View on GitHub
src/Component/PharUpdate/Exception/LogicException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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 {}