diff options
Diffstat (limited to 'includes/config/ConfigException.php')
-rw-r--r-- | includes/config/ConfigException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/config/ConfigException.php b/includes/config/ConfigException.php index 75cd5eeb..3b3ba9de 100644 --- a/includes/config/ConfigException.php +++ b/includes/config/ConfigException.php @@ -25,5 +25,5 @@ * * @since 1.23 */ -class ConfigException extends MWException { +class ConfigException extends Exception { } |