This tag does normally just pass along it's contents. However, in case
there are an error in the RXML evaluation of the contents, or a
<throw> tag is evaluated, only the error messages will be
returned.
Example
<catch>
<h1>Hello World</h1>
<throw>Error dude.</throw>
</catch>
Error dude.
|