Implemented contexts, optimizations

This commit is contained in:
2016-11-01 15:12:11 +01:00
parent 27af65af5e
commit de7f12b7d5
9 changed files with 441 additions and 95 deletions

View File

@ -0,0 +1,6 @@
<?php
namespace NoccyLabs\Shell\Exception;
class BadCommandException extends ShellException
{}