diff --git a/data/en/exceptionkeyexists.json b/data/en/exceptionkeyexists.json new file mode 100644 index 000000000..6f795ff3c --- /dev/null +++ b/data/en/exceptionkeyexists.json @@ -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": [ + + ] +}