for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PHPKitchen\Platform\Exception\CLI;
use PHPKitchen\Platform\Exception\Common\UserException;
/**
* Represents
*
* @package PHPKitchen\Platform\Exception\CLI
* @author Dmitry Kolodko <[email protected]>
*/
class UnknownCommandException extends UserException {
public function getName() {
return 'Unknown Command';
}