diff --git a/lib/Cake/Console/ShellDispatcher.php b/lib/Cake/Console/ShellDispatcher.php index 162e8f508..426e73485 100644 --- a/lib/Cake/Console/ShellDispatcher.php +++ b/lib/Cake/Console/ShellDispatcher.php @@ -215,7 +215,7 @@ class ShellDispatcher { return $Shell->main(); } } - + throw new MissingShellMethodException(array('shell' => $shell, 'method' => $command)); }