1<?php 2 3namespace Facebook\WebDriver\Exception; 4 5/** 6 * The requested command matched a known URL but did not match an method for that URL. 7 */ 8class UnknownMethodException extends WebDriverException 9{ 10} 11