1<?php 2 3namespace Facebook\WebDriver\Exception; 4 5/** 6 * A command could not be executed because the remote end is not aware of it. 7 */ 8class UnknownCommandException extends WebDriverException 9{ 10} 11