updated-packages
This commit is contained in:
10
vendor/php-webdriver/webdriver/lib/Exception/NoStringException.php
vendored
Normal file
10
vendor/php-webdriver/webdriver/lib/Exception/NoStringException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Facebook\WebDriver\Exception;
|
||||
|
||||
/**
|
||||
* @deprecated Removed in W3C WebDriver, see https://github.com/php-webdriver/php-webdriver/pull/686
|
||||
*/
|
||||
class NoStringException extends WebDriverException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user