Nearsoft\SeleniumClient\Http\Exceptions\FailedCommand::__construct PHP Method

__construct() public method

public __construct ( $httpResponseCode, $url )
    public function __construct($httpResponseCode, $url)
    {
        parent::__construct("HTTP response code {$httpResponseCode}. Command failed. Url {$url}.");
    }
FailedCommand