Files
faveo/vendor/php-webdriver/webdriver/lib/Exception/UnknownMethodException.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

11 lines
203 B
PHP

<?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
{
}