X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fconfig%2FConfigException.php;h=b2d0fc6eb2e599cb067c05f50a4679c7eef8d365;hb=2ba42f237449780ab61071132155f7649d723bbb;hp=3b3ba9de371379ed45ec527d3ba188af2f084055;hpb=8b1a78fa5e62923d6dea1f9fe578c46b2910155e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/config/ConfigException.php b/includes/config/ConfigException.php index 3b3ba9de37..b2d0fc6eb2 100644 --- a/includes/config/ConfigException.php +++ b/includes/config/ConfigException.php @@ -25,5 +25,5 @@ * * @since 1.23 */ -class ConfigException extends Exception { +class ConfigException extends LogicException { }