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