6 lines
96 B
PHP
6 lines
96 B
PHP
|
<?php
|
||
|
|
||
|
namespace NoccyLabs\Shell\Exception;
|
||
|
|
||
|
class BadCommandException extends ShellException
|
||
|
{}
|