1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * A modal dialog was open, blocking this operation.
7 */
8class UnexpectedAlertOpenException extends WebDriverException
9{
10}
11