Kraken\Runtime\Supervision\Cmd\CmdSolve::solver PHP Method

solver() protected method

protected solver ( Erro\Error | Exceptio\Exception $ex, mixed[] $params = [] ) : mixed
$ex Erro\Error | Exceptio\Exception
$params mixed[]
return mixed
    protected function solver($ex, $params = [])
    {
        $this->runtime->fail($ex, $params);
        return Promise::doResolve('Runtime has handled failure.');
    }
CmdSolve