Skip to content

Commit c2d834b

Browse files
authored
Merge pull request #1715 from carehart/patch-5
Add script syntax for cfrethrow
2 parents ba57936 + 9e74e43 commit c2d834b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/en/cfrethrow.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name":"cfrethrow",
33
"type":"tag",
44
"syntax":"<cfrethrow>",
5+
"script":"rethrow;",
56
"related":["cftry","cfcatch","cfthrow"],
67
"description":"Rethrows the currently active exception. Preserves the\n exception's `cfcatch.type` and `cfcatch.tagContext` variable\n values.",
78
"params": [],

0 commit comments

Comments
 (0)