xref: /template/strap/vendor/php-webdriver/webdriver/lib/Exception/UnknownCommandException.php (revision 04fd306c7c155fa133ebb3669986875d65988276)
1<?php
2
3namespace Facebook\WebDriver\Exception;
4
5/**
6 * A command could not be executed because the remote end is not aware of it.
7 */
8class UnknownCommandException extends WebDriverException
9{
10}
11