summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfthrow.tag
blob: 8d72ae51819805d30165035b7e6a1f0798e2ce9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfthrow" single="1">
	<attr name="type" type="list">
		<items>
			<item>application</item>
			<item>"custom_type"</item>
		</items>
	</attr>
	<attr name="message" />
	<attr name="detail" />
	<attr name="errorcode" />
	<attr name="extendedinfo" />
	<attr name="object" />
</tag>
</TAGS>