New InvalidConfigParamException

To be used for example in extensions like notify-on-expiration
This commit is contained in:
Pierre Goiffon
2019-01-18 11:05:00 +01:00
parent 79e8c48824
commit e3c4d611c3

View File

@@ -198,7 +198,17 @@ class SecurityException extends CoreException
* Throwned when querying on an object that exists in the database but is archived
*
* @see N.1108
* @since 2.5.1
*/
class ArchivedObjectException extends CoreException
{
}
/**
* A parameter stored in the {@link Config} is invalid
*
* @since 2.7.0
*/
class InvalidConfigParamException extends CoreException
{
}