File "NoAlertOpenException.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/php-webdriver/webdriver/lib/Exception/NoAlertOpenException.php
File size: 185 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Facebook\WebDriver\Exception;

/**
 * @deprecated Use Facebook\WebDriver\Exception\NoSuchAlertException
 */
class NoAlertOpenException extends NoSuchAlertException
{
}