X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fexception%2FLocalizedException.php;h=082d665bc329847025b8b572152a81095b4813c9;hb=5a296a1113d1243962c6459281a0307dd3efb80f;hp=c0182d5991c87c6845a9b57c2c1860cc8cfa583e;hpb=130ec2523df12a3ca2fe0d422163696d09fcea08;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/exception/LocalizedException.php b/includes/exception/LocalizedException.php index c0182d5991..082d665bc3 100644 --- a/includes/exception/LocalizedException.php +++ b/includes/exception/LocalizedException.php @@ -18,20 +18,6 @@ * @file */ -/** - * Interface for MediaWiki-localized exceptions - * - * @since 1.29 - * @ingroup Exception - */ -interface ILocalizedException { - /** - * Return a Message object for this exception - * @return Message - */ - public function getMessageObject(); -} - /** * Basic localized exception. *