mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
15 lines
264 B
PHP
15 lines
264 B
PHP
<?php
|
|
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
/**
|
|
* A parameter stored in the {@link Config} is invalid
|
|
*
|
|
* @since 2.7.0
|
|
*/
|
|
class InvalidConfigParamException extends CoreException
|
|
{
|
|
}
|