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