Kraken\Runtime\Supervision\Runtime\RuntimeContinue::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 = [])
    {
        $hash = isset($params['hash']) ? $params['hash'] : '';
        return $this->channel->send($params['origin'], new RuntimeCommand('container:continue', ['hash' => $hash]));
    }