prev <<
Exceptional Model Middleware
>> next
Catching Exceptions
But I do not want to catch exceptions every time I call something that might fail.
This would fatten up the controller again.
Instead I put it in a PSGI Middleware
(at least for the Web-part of the app)