diff options
-rw-r--r-- | Bin/Shell.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Bin/Shell.php b/Bin/Shell.php index f148feb..7b9e32a 100644 --- a/Bin/Shell.php +++ b/Bin/Shell.php @@ -244,10 +244,9 @@ class Shell extends \Hoa\Console\Dispatcher\Kit { } } - catch ( \Hoa\Core\Exception $e ) { + catch ( \Exception $e ) { echo $e->getMessage(), "\n"; - } echo "\n"; |