class RuntimeException extends RuntimeException implements PhpWebDriverExceptionInterface (View source)

Exception thrown if an error which can only be found on runtime occurs.

Methods

forError(string $message)

No description

forDriverError(Process $process)

No description

Details

static RuntimeException forError(string $message)

No description

Parameters

string $message

Return Value

RuntimeException

static RuntimeException forDriverError(Process $process)

No description

Parameters

Process $process

Return Value

RuntimeException