/t5/coldfusion-discussions/cfcatch-cftry-cferror/m-p/447886#M40464Dec 31, 2007
Dec 31, 2007
Copy link to clipboard
Copied
LATEST
It is not really approprite to use try-catch or cferror, as
the error is not an exception. I would follow Dan's advice, and do
the isDefined test in Application.cfc or Application.cfm.