Files
2024-12-10 15:08:16 +01:00

24 lines
359 B
PHP

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