summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfcatch.tag
blob: 75da8b4168be1e4b4ad5ff5f87af902e73443053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfcatch" single="1">
	<attr name="type" type="list">
		<text>Exception Type:</text>
		<textlocation row="0" col="0" />
		<location row="0" col="1" />
		<items>
			<item>application</item>
			<item>database</item>
			<item>template</item>
			<item>security</item>
			<item>object</item>
			<item>missinginclude</item>
			<item>expression</item>
			<item>lock</item>
			<item>searchengine</item>
			<item>any</item>
			<item>"custom_type"</item>
		</items>
	</attr>
    <spacer orientation="v">
        <location col="0" row="9" colspan="2" />
    </spacer>
</tag>
</TAGS>