class DriverServerDiedException extends WebDriverException (View source)

The driver server process is unexpectedly no longer available.

Methods

__construct(Exception $previous = null)

No description

mixed
getResults()

No description

static 
throwException(int|string $status_code, string $message, mixed $results)

Throw WebDriverExceptions based on WebDriver status code.

Details

__construct(Exception $previous = null)

No description

Parameters

Exception $previous

mixed getResults()

No description

Return Value

mixed