MediaWiki master
ConfigException.php
Go to the documentation of this file.
1<?php
9namespace MediaWiki\Config;
10
11use LogicException;
12
19class ConfigException extends LogicException {
20}
21
23class_alias( ConfigException::class, 'ConfigException' );
Exceptions for config failures.