docs: update layers

This commit is contained in:
Ilkka Seppälä
2024-05-04 09:11:17 +03:00
parent ef42e169b9
commit 7460e46f9c
7 changed files with 58 additions and 45 deletions
@@ -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() {