1<?php 2 3namespace Facebook\WebDriver\Exception; 4 5/** 6 * @deprecated Use Facebook\WebDriver\Exception\UnknownErrorException 7 */ 8class UnknownServerException extends UnknownErrorException 9{ 10} 11