Skip to content

Commit c8d7792

Browse files
authored
add getter to ClientRuntimeException (#71)
1 parent e2191f2 commit c8d7792

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)