Skip to content

Commit f75e949

Browse files
committed
add getter to ClientRuntimeException
1 parent e2191f2 commit f75e949

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/it/aboutbits/springboot/toolbox/exception/ClientRuntimeException.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
package it.aboutbits.springboot.toolbox.exception;
22

3+
import lombok.Getter;
34
import org.jspecify.annotations.NullMarked;
45

6+
@Getter
57
@NullMarked
68
public class ClientRuntimeException extends RuntimeException {
79

0 commit comments

Comments
 (0)