MediaWiki 1.41.2
ConfigException.php
Go to the documentation of this file.
1<?php
23namespace MediaWiki\Config;
24
25use LogicException;
26
33class ConfigException extends LogicException {
34}
35
40class_alias( ConfigException::class, 'ConfigException' );
Exceptions for config failures.