11 lines
192 B
PHP
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
|
|
{
|
|
}
|