We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce0627 commit 2ef20cfCopy full SHA for 2ef20cf
src/main/java/ch/powerunit/extensions/exceptions/package-info.java
@@ -70,10 +70,10 @@
70
* <pre>
71
* public class MyExceptionMapper implements ExceptionMapper {
72
* public RuntimeException apply(Exception e) {
73
- * //TODO
+ * //Add the code
74
* }
75
* public Class>? extends Exception< targetException() {
76
- * return //TODO;
+ * return //Add the code;
77
78
* // Optional, to define the order between the ExceptionMapper
79
* public int order() {
0 commit comments