Solar_Controller_Console::_notFound()
protected
void
Solar_Controller_Console::_notFound
( string $cmd
)
This runs when exec() cannot find a related command class.
Parameters
(string)
$cmd
: The name of the command not found.
Returns
(void)
Description
This runs when exec() cannot find a related command class.
The method throws an exception, which should be caught by the calling script.