Global exception handling with Play 2.0

Today just a small gem that still took my way too long to figure out. Mainly because the documentation of the Play Framework isn’t at its best. I wanted to add some sort of global error handling to my play application. So the goal is, that I can specify the behavior based on the type…