Files
farmOS-dev/vendor/instaclick/php-webdriver/lib/WebDriver/Exception/UnknownError.php
2024-12-10 15:08:16 +01:00

24 lines
353 B
PHP

<?php
/**
* @copyright 2013 Anthon Pang
* @license Apache-2.0
*
* @package WebDriver
*
* @author Anthon Pang <apang@softwaredevelopment.ca>
*/
namespace WebDriver\Exception;
use WebDriver\Exception as BaseException;
/**
* WebDriver\Exception\UnknownError class
*
* @package WebDriver
*/
final class UnknownError extends BaseException
{
}