/
home
/
obinna
/
html
/
cravings
/
vendor
/
php-webdriver
/
webdriver
/
lib
/
Exception
/
Upload File
HOME
<?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 { }