Skip to content

Commit

Permalink
SmallRye GraphQL - Throw the original throwable on error
Browse files Browse the repository at this point in the history
(cherry picked from commit 45e4b63)
  • Loading branch information
gsmet committed Jul 19, 2022
1 parent 6fc7f96 commit 72f0037
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -72,6 +72,7 @@ public void handle(final RoutingContext ctx) {
handleWithIdentity(ctx);
} catch (Throwable t) {
currentManagedContext.terminate();
throw t;
}
}
}
Expand Down

0 comments on commit 72f0037

Please sign in to comment.