[Corona] Catch exceptions in the FrontController
Review Request #554 — Created May 7, 2018 and submitted — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr | |
pprkut:exceptions | |
576 | |
df96749... | |
Reviewers | |
lunr | |
Catch exceptions in a RequestResultHandler class, which can be used by either a FrontController or a Controller class.
The RequestResultHandler sets the proper response codes, which should remove boiler plate code from Controllers.
Unit tests