updated-packages
This commit is contained in:
10
vendor/php-webdriver/webdriver/lib/Exception/UnknownCommandException.php
vendored
Normal file
10
vendor/php-webdriver/webdriver/lib/Exception/UnknownCommandException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Facebook\WebDriver\Exception;
|
||||
|
||||
/**
|
||||
* A command could not be executed because the remote end is not aware of it.
|
||||
*/
|
||||
class UnknownCommandException extends WebDriverException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user