Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package $package.presentation.dto;
|
||||
|
||||
public record ErrorResponse(
|
||||
int status,
|
||||
String error,
|
||||
String message,
|
||||
String path
|
||||
) { }
|
||||
Reference in New Issue
Block a user