updated-packages
This commit is contained in:
10
vendor/php-webdriver/webdriver/lib/Exception/UnknownMethodException.php
vendored
Normal file
10
vendor/php-webdriver/webdriver/lib/Exception/UnknownMethodException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Facebook\WebDriver\Exception;
|
||||
|
||||
/**
|
||||
* The requested command matched a known URL but did not match an method for that URL.
|
||||
*/
|
||||
class UnknownMethodException extends WebDriverException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user