Previous Page
_getCommandClass()

Solar_Controller_Console
_notFound()

Next Page
_setCommandList()

_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.