root / framework / trunk / corefiles / errortemplates / genericErrorMessage.cfm

Revision 623, 205 bytes (checked in by scorfield, 1 year ago)

Stop generic template requiring Fusebox to have successfully initialized.

Line 
1<cfoutput>
2<h3>This is the template "errortemplates/#cfcatch.type#.cfm"</h3>
3<h2>An Error of type "#cfcatch.type#" has occured</h2>
4<h4>#cfcatch.message#</h4>
5<p>
6#cfcatch.detail#
7</p>
8</cfoutput>
Note: See TracBrowser for help on using the browser.