2025-09-03 15:58:58 +03:00

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