<cferror>
Enables the display of customized HTML pages when errors occur.
This lets you maintain a consistent look and feel within your application, even when errors occur.
This tag cannot have a body.
This tag is also supported within <cfscript>
<cferror
type=string
template=string
mailto=string
exception=string
>
Unimplemented Attribute(s)
Examples
<cferror template ="path/to/errorTemplate.cfm" type ="exception" exception ="any" mailTo ="test01@mail.com">
See also
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)