/events/onerror.cfm

http://cfwheels.googlecode.com/ · ColdFusion · 6 lines · 5 code · 0 blank · 1 comment · 0 complexity · 1dca5e02d18503234ddeb6f683605c80 MD5 · raw file

  1. <!--- Place HTML here that should be displayed when an error is encountered while running in "production" mode. --->
  2. <h1>Error!</h1>
  3. <p>
  4. Sorry, that caused an unexpected error.<br />
  5. Please try again later.
  6. </p>