There was an error while loading. Please reload this page.
1 parent d0b0260 commit bb8277bCopy full SHA for bb8277b
1 file changed
src/main/java/it/aboutbits/springboot/toolbox/exception/ClientRuntimeException.java
@@ -1,7 +1,9 @@
1
package it.aboutbits.springboot.toolbox.exception;
2
3
+import lombok.Getter;
4
import org.jspecify.annotations.NullMarked;
5
6
+@Getter
7
@NullMarked
8
public class ClientRuntimeException extends RuntimeException {
9
0 commit comments