php-shell/lib/Exception/BadCommandException.php

6 lines
96 B
PHP

<?php
namespace NoccyLabs\Shell\Exception;
class BadCommandException extends ShellException
{}