feature: add bank account aggregate exceptions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.eventsourcing.exceptions;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
public record NotFoundResponseDTO(int Status, String message, LocalDateTime timestamp) {
|
||||
}
|
||||
Reference in New Issue
Block a user