Merge "ApiQueryRevisions: Fix error message key"
[lhc/web/wiklou.git] / includes / config / ConfigException.php
index 368ca5a..3b3ba9d 100644 (file)
@@ -25,4 +25,5 @@
  *
  * @since 1.23
  */
-class ConfigException extends MWException {}
+class ConfigException extends Exception {
+}