Nearsoft\SeleniumClient\Exceptions\UnknownError::__construct PHP Method

__construct() public method

public __construct ( $message = "" )
    public function __construct($message = "")
    {
        parent::__construct(" An unknown server-side error occurred while processing the command. " . $message);
    }
UnknownError