All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.codewise.samples.spring.webapp.rest.model.ErrorResponse Maven / Gradle / Ivy

The newest version!
package pl.codewise.samples.spring.webapp.rest.model;

import org.springframework.http.HttpStatus;

public class ErrorResponse {

    public ErrorResponse(HttpStatus badRequest, String description, String message) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy