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

io.github.cdimascio.japierrors.IApiErrorCreator Maven / Gradle / Ivy

package io.github.cdimascio.japierrors;

public interface IApiErrorCreator {
    T create(HttpStatus status, String message);
    T create(HttpStatus status, Throwable t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy