From: aude Date: Mon, 6 Oct 2014 09:03:54 +0000 (+0200) Subject: Move TimestampException to exception directory X-Git-Tag: 1.31.0-rc.0~13678 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=ec6ee905b557a0f4709fd3249112039e10521c4a;p=lhc%2Fweb%2Fwiklou.git Move TimestampException to exception directory Change-Id: Id3829cbd155636839a272dc7e28e45bee7b87e8b --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 50fcd610c2..2a45fc35fa 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -164,7 +164,6 @@ $wgAutoloadLocalClasses = array( 'StubObject' => 'includes/StubObject.php', 'StubUserLang' => 'includes/StubObject.php', 'MWTimestamp' => 'includes/MWTimestamp.php', - 'TimestampException' => 'includes/TimestampException.php', 'Title' => 'includes/Title.php', 'TitleArray' => 'includes/TitleArray.php', 'TitleArrayFromResult' => 'includes/TitleArrayFromResult.php', @@ -500,6 +499,7 @@ $wgAutoloadLocalClasses = array( 'UserBlockedError' => 'includes/exception/UserBlockedError.php', 'UserNotLoggedIn' => 'includes/exception/UserNotLoggedIn.php', 'ThrottledError' => 'includes/exception/ThrottledError.php', + 'TimestampException' => 'includes/exception/TimestampException.php', 'ReadOnlyError' => 'includes/exception/ReadOnlyError.php', 'PermissionsError' => 'includes/exception/PermissionsError.php', 'MWException' => 'includes/exception/MWException.php', diff --git a/includes/TimestampException.php b/includes/TimestampException.php deleted file mode 100644 index b9c0c35c71..0000000000 --- a/includes/TimestampException.php +++ /dev/null @@ -1,7 +0,0 @@ -