Readd simple exception handler
This commit is contained in:
parent
95d8a45d86
commit
4101538202
@ -240,6 +240,7 @@ public final class APIv3 extends AbstractVerticle {
|
||||
http.route().handler(new ActorAttributeHandler());
|
||||
http.route().handler(new MetricsHandler());
|
||||
http.route().handler(new AuthorizationHandler());
|
||||
http.exceptionHandler(Throwable::printStackTrace);
|
||||
|
||||
// TODO: The commented out routes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user