RuntimeException
extends RuntimeException
in package
implements
PhpWebDriverExceptionInterface
Exception thrown if an error which can only be found on runtime occurs.
Table of Contents
Interfaces
- PhpWebDriverExceptionInterface
- Common interface to identify all exceptions thrown in php-webdriver (both those of WebDriver protocol and internal).
Methods
- forDriverError() : self
- forError() : self
Methods
forDriverError()
public
static forDriverError(Process $process) : self
Parameters
- $process : Process
Return values
selfforError()
public
static forError(string $message) : self
Parameters
- $message : string