Files
-S.I.S-QuaySo_v2/vendor/php-webdriver/webdriver/lib/Exception/NoSuchDocumentException.php
T

11 lines
190 B
PHP

<?php
namespace Facebook\WebDriver\Exception;
/**
* @deprecated Use Facebook\WebDriver\Exception\NoSuchWindowException
*/
class NoSuchDocumentException extends NoSuchWindowException
{
}