Changeset 4956
- Timestamp:
- 09/03/06 23:52:10 (2 years ago)
- Files:
-
- trunk/railties/html/500.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/html/500.html
r3993 r4956 4 4 <body> 5 5 <h1>Application error</h1> 6 <p>Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code)in public/500.html</p>6 <p>Change this error message for uncaught exceptions in public/500.html</p> 7 7 </body> 8 8 </html>