is used to trap error conditions, and are used to programmatically respond to error conditions. Is there ever a need for both at once? Actually, there is.
is a special form of error template that is called before / handling is invoked. This allows you to implement centralized logging or debugging before returning control to the specific error handler. (Applies to: ColdFusion 4.5 (or later))
1 Comment
Leave a Comment