Kraken\Supervision\Solver::solver PHP Method

solver() protected method

Handler to be called when solver is requested.
protected solver ( Erro\Error | Exceptio\Exception | string $ex, mixed[] $params = [] ) : mixed
$ex Erro\Error | Exceptio\Exception | string
$params mixed[]
return mixed
    protected function solver($ex, $params = [])
    {
        throw new RejectionException('[' . __CLASS__ . '] code undefined.');
    }