| Current Path : /home/rtorresani/www/vendor/php-webdriver/webdriver/lib/Exception/ |
| Current File : //home/rtorresani/www/vendor/php-webdriver/webdriver/lib/Exception/NoSuchShadowRootException.php |
<?php
namespace Facebook\WebDriver\Exception;
/**
* The element does not have a shadow root.
*/
class NoSuchShadowRootException extends WebDriverException
{
}