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

cn.k7g.alloy.expose.WebExceptionResponseHandler Maven / Gradle / Ivy

package cn.k7g.alloy.expose;


/**
 * 验证处理器
 * @author victor-wu
 * @date 2024年4月3日
 */
public interface WebExceptionResponseHandler {
    /**
     * 返回一个响应对象。例如ruoyi的 AjaxResult
     * @Param msg 是一个中文msg
     * @return
     */
    Object handle(String msg, Exception e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy