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

24 lines
369 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\NoParametersExpected class
*
* @package WebDriver
*/
final class NoParametersExpected extends BaseException
{
}