Kraken\Supervision\Supervisor::getSolver PHP Method

getSolver() public method

public getSolver ( $exception )
    public function getSolver($exception)
    {
        return $this->existsSolver($exception) ? $this->rules[$exception] : null;
    }