Skip to content

Commit 9e74e43

Browse files
authored
Add script syntax for cfrethrow
(I didn't add an engine value for boxlang "while I was at it", as their docs don't currently indicate support: https://boxlang.ortusbooks.com/boxlang-language/reference/components/system/rethrow)
1 parent ba57936 commit 9e74e43

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)