1<?php 2 3namespace Facebook\WebDriver\Exception; 4 5/** 6 * An unknown error occurred in the remote end while processing the command. 7 */ 8class UnknownErrorException extends WebDriverException 9{ 10} 11