Files
-S.I.S-QuaySo_v2/vendor/php-webdriver/webdriver/lib/Exception/UnknownErrorException.php
T

11 lines
192 B
PHP

<?php
namespace Facebook\WebDriver\Exception;
/**
* An unknown error occurred in the remote end while processing the command.
*/
class UnknownErrorException extends WebDriverException
{
}