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