/events/onerror.cfm
ColdFusion | 6 lines | 5 code | 0 blank | 1 comment | 0 complexity | 1dca5e02d18503234ddeb6f683605c80 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <!--- Place HTML here that should be displayed when an error is encountered while running in "production" mode. --->
- <h1>Error!</h1>
- <p>
- Sorry, that caused an unexpected error.<br />
- Please try again later.
- </p>