feat(ErrorMessage): creado record para mensajes de error personalizados

parent 7b71b7fc
package com.example.apprecetas.exceptions;
import java.time.LocalDateTime;
public record ErrorMessage(LocalDateTime timestamp, int httpCode, String errorMsg) {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment