Kraken\Supervision\SupervisorInterface::getSolver PHP 메소드

getSolver() 공개 메소드

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