There was an error while loading. Please reload this page.
1 parent e2191f2 commit c8d7792Copy full SHA for c8d7792
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