Implemented contexts, optimizations
This commit is contained in:
6
lib/Exception/BadCommandException.php
Normal file
6
lib/Exception/BadCommandException.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Shell\Exception;
|
||||
|
||||
class BadCommandException extends ShellException
|
||||
{}
|
8
lib/Exception/ShellException.php
Normal file
8
lib/Exception/ShellException.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Shell\Exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
class ShellException extends Exception
|
||||
{}
|
Reference in New Issue
Block a user