Manual:$wgExceptionHooks

From MediaWiki.org
Jump to: navigation, search
Extensions: $wgExceptionHooks
Hooks that are used for outputting exceptions.
Introduced in version: 1.12.0 (r29444)
Removed in version: still in use
Allowed values: (array of callbacks)
Default value: array()

Other settings: Alphabetical | By Function


[edit] Details

Hooks that are used for outputting exceptions. Format is:

$wgExceptionHooks[] = $funcname;

or:

$wgExceptionHooks[] = array( $class, $funcname );

Hooks should return strings or false.

Language: English  • 日本語
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox