Error Handling
When an error happens, Reblocks either renders an error page or opens an interactive debugger.
The interactive debugger is opened only if the server is running in debug mode. Also, in this mode, the error page contains a backtrace.
If customizing how the error page looks is desired, define a method for
the on-error generic function.