You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/quanta/data/dtep/cfml/cfthrow.tag

16 lines
319 B

<!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>