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

11 lines
216 B
PHP

<?php
namespace Facebook\WebDriver\Exception;
/**
* @deprecated Removed in W3C WebDriver, see https://github.com/php-webdriver/php-webdriver/pull/686
*/
class NoSuchDriverException extends WebDriverException
{
}