Skip to content

Commit 58bc299

Browse files
authored
Merge pull request #47000 from Postremus/patch-5
add missing @UnwrapException in quarkus-rest doc example
2 parents c3fe24a + ae9e700 commit 58bc299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/main/asciidoc/rest.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -2363,6 +2363,7 @@ If you wish to make sure your exception mapper is called for your exception type
23632363
23642364
[source,java]
23652365
----
2366+
@UnwrapException
23662367
public class MyExceptionWrapper extends RuntimeException {
23672368
public MyExceptionWrapper(Exception cause) {
23682369
super(cause);

0 commit comments

Comments
 (0)