master
<?php declare(strict_types=1); namespace Denpa\Levin\Exceptions; use Exception; class UnknownCommandException extends Exception { }