diff options
Diffstat (limited to 'public/500.html')
-rw-r--r-- | public/500.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/500.html b/public/500.html new file mode 100644 index 0000000..ab95f74 --- /dev/null +++ b/public/500.html @@ -0,0 +1,8 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<body> + <h1>Application error</h1> + <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> +</body> +</html>
\ No newline at end of file |