From 9e74e43ee60aaea408b8ae7524bd3bc795d527af Mon Sep 17 00:00:00 2001 From: Charlie Arehart Date: Thu, 10 Jul 2025 13:09:30 -0500 Subject: [PATCH] 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) --- data/en/cfrethrow.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/en/cfrethrow.json b/data/en/cfrethrow.json index ef0b1ade4..8e7cd73d3 100644 --- a/data/en/cfrethrow.json +++ b/data/en/cfrethrow.json @@ -2,6 +2,7 @@ "name":"cfrethrow", "type":"tag", "syntax":"", + "script":"rethrow;", "related":["cftry","cfcatch","cfthrow"], "description":"Rethrows the currently active exception. Preserves the\n exception's `cfcatch.type` and `cfcatch.tagContext` variable\n values.", "params": [],