PHP Class Kraken\Runtime\Command\Cmd\CmdErrorCommand

Inheritance: extends Kraken\Runtime\Command\Command, implements Kraken\Runtime\Command\CommandInterface
Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$supervisor Kraken\Supervision\SupervisorInterface

Protected Methods

Method Description
command ( $params = [] )
construct ( )
destruct ( )
handleException ( Erro\Error | Exceptio\Exception $ex, mixed[] $params )

Method Details

command() protected method

protected command ( $params = [] )

construct() protected method

protected construct ( )

destruct() protected method

protected destruct ( )

handleException() protected method

protected handleException ( Erro\Error | Exceptio\Exception $ex, mixed[] $params )
$ex Erro\Error | Exceptio\Exception
$params mixed[]

Property Details

$supervisor protected property

protected SupervisorInterface,Kraken\Supervision $supervisor
return Kraken\Supervision\SupervisorInterface