|
MediaWiki
REL1_19
|
This exception will be thrown when dieUsage is called to stop module execution. More...
Public Member Functions | |
| __construct ($message, $codestr, $code=0, $extradata=null) | |
| __toString () | |
| getCodeString () | |
| getMessageArray () | |
Private Attributes | |
| $mCodestr | |
| $mExtraData | |
This exception will be thrown when dieUsage is called to stop module execution.
The exception handling code will print a help screen explaining how this API may be used.
Definition at line 1064 of file ApiMain.php.
| UsageException::__construct | ( | $ | message, |
| $ | codestr, | ||
| $ | code = 0, |
||
| $ | extradata = null |
||
| ) |
Definition at line 1069 of file ApiMain.php.
Definition at line 1099 of file ApiMain.php.
Definition at line 1078 of file ApiMain.php.
Referenced by ApiWatchTest\testWatchRollback().

UsageException::$mCodestr [private] |
Definition at line 1066 of file ApiMain.php.
UsageException::$mExtraData [private] |
Definition at line 1067 of file ApiMain.php.