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