I'm trying to handle all exception (exception handler) for SparkJava
I am currently using try/catch blocks in each endpoint but that approach doesn't scale properly.
Something that can handle different kind of exception for return types, like 4xx or 5xx
Any alternatives like Spring/Play?