xref: /template/strap/vendor/php-webdriver/webdriver/lib/Exception/StaleElementReferenceException.php (revision 04fd306c7c155fa133ebb3669986875d65988276)
1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * A command failed because the referenced element is no longer attached to the DOM.
7 */
8class StaleElementReferenceException extends WebDriverException
9{
10}
11