@OpenApiAll
public interface ErrorHandler<T extends java.lang.Exception>
General purpose exception handler. Handler is used in components which has no ability to decide how to handle errors.
Handler may ignore, log exception or re throw it or do anything else.