Kraken\Supervision\SupervisorInterface::getSolver PHP Method

getSolver() public method

Return solver for $exception or null if it does not exist.
public getSolver ( string $exception ) : Kraken\Supervision\SolverInterface | null
$exception string
return Kraken\Supervision\SolverInterface | null
    public function getSolver($exception);