http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89145

Revision: 89145
Author:   demon
Date:     2011-05-30 00:21:06 +0000 (Mon, 30 May 2011)
Log Message:
-----------
@ingroup things

Modified Paths:
--------------
    trunk/phase3/includes/Exception.php

Modified: trunk/phase3/includes/Exception.php
===================================================================
--- trunk/phase3/includes/Exception.php 2011-05-30 00:18:10 UTC (rev 89144)
+++ trunk/phase3/includes/Exception.php 2011-05-30 00:21:06 UTC (rev 89145)
@@ -284,6 +284,7 @@
 /**
  * Show an error when a user tries to do something they do not have the 
necessary
  * permissions for.
+ * @ingroup Exception
  */
 class PermissionsError extends ErrorPageError {
        public $permission;
@@ -319,6 +320,7 @@
 /**
  * Show an error when the wiki is locked/read-only and the user tries to do
  * something that requires write access
+ * @ingroup Exception
  */
 class ReadOnlyError extends ErrorPageError {
        public function __construct(){
@@ -332,6 +334,7 @@
 
 /**
  * Show an error when the user hits a rate limit
+ * @ingroup Exception
  */
 class ThrottledError extends ErrorPageError {
        public function __construct(){
@@ -349,6 +352,7 @@
 
 /**
  * Show an error when the user tries to do something whilst blocked
+ * @ingroup Exception
  */
 class UserBlockedError extends ErrorPageError {
        public function __construct( Block $block ){
@@ -385,6 +389,7 @@
 
 /**
  * Handler class for MWExceptions
+ * @ingroup Exception
  */
 class MWExceptionHandler {
        /**


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to