|
Previous Page |
Solar_Controller_Console |
Next Page |
_notFound()
protected
void
_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.