TWiki::OopsException
oops
script. oops
requires
the name of an oops template file from the templates
directory.
This file will be expanded and the
parameter values passed to the exception instantiated. The
result will be shown in the browser.
Plugins may throw TWiki::OopsException. For example:
use Error; ... throw TWiki::OopsException( 'bathplugin', def => 'toestuck', web => $web, topic => $topic, params => [ 'bigtoe', 'hot tap' ] );
template
is the name of an oops template. e.g. 'bathplugin' refers to templates/oopsbathplugin.tmpl
web
will be used as the web for the oops
topic
will be used as the topic for the oops
def
- is the (optional) name of a TMPL:DEF within the template
keep
- if set, the exception handler should try its damnedest to retain parameter values from the query.
params
is a reference to an array of parameters. These will be substituted for %PARAM1%, %PARAM2% ... %PARAMn% in the template.
def
parameter, see the oopsattention
template.
NOTE: parameter values are automatically and unconditionally entity-encoded
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Daya Bay? Send feedback Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiOopsExceptionDotPm. |