mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 18:59:21 +00:00
docs: update layers
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
package exception;
|
||||
|
||||
import java.io.Serial;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
@@ -33,6 +34,7 @@ import org.springframework.stereotype.Component;
|
||||
@Component
|
||||
public class CakeBakingException extends Exception {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public CakeBakingException() {
|
||||
|
||||
Reference in New Issue
Block a user