Skip to content

Commit

Permalink
Add exceptionKeyExists function
Browse files Browse the repository at this point in the history
This is not documented by adobe yet, but it appears to have existed since CF2016
  • Loading branch information
pfreitag committed Sep 19, 2024
1 parent c5047df commit 071144b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions data/en/exceptionkeyexists.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name":"exceptionKeyExists",
"type":"function",
"syntax":"exceptionKeyExists(exception, key)",
"returns":"boolean",
"related":["structKeyExists"],
"description":"Determines whether a specific key is present in an exception.",
"params": [
{"name":"exception","description":"Name of structure to test","required":true,"default":"","type":"struct","values":[]},
{"name":"key","description":"Key to test","required":true,"default":"","type":"string","values":[]}
],
"engines": {
"coldfusion": {"minimum_version":"2016", "notes":"This is not documented by Adobe yet", "docs":""}
},
"links": [],
"examples": [

]
}

0 comments on commit 071144b

Please sign in to comment.