- UI fix with long filenames
- Decouple from HTTP::Server::Context
Notes
There is a breaking change, and for_runtime_exception
no longer exists. Replace the call to this with instantiating the exception page.
- context.response.print MyApp::ExceptionPage.for_runtime_exception(context, e).to_s
+ context.response.print MyApp::ExceptionPage.new(context, e)
See the PR for more details: #49