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

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