Readd simple exception handler

This commit is contained in:
Colin McDonald 2016-06-26 19:26:01 -04:00
parent 95d8a45d86
commit 4101538202
1 changed files with 1 additions and 0 deletions

View File

@ -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