1<?php 2 3namespace Facebook\WebDriver\Exception; 4 5/** 6 * The arguments passed to a command are either invalid or malformed. 7 */ 8class InvalidArgumentException extends WebDriverException 9{ 10} 11