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