Kraken\Runtime\Supervision\Container\ContainerStop::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 = [])
    {
        return $this->runtime->stop();
    }
ContainerStop