1<?php 2 3namespace Facebook\WebDriver\Exception; 4 5class UnrecognizedExceptionException extends WebDriverException 6{ 7} 8