com.blade.exception.ExceptionResolve Maven / Gradle / Ivy
package com.blade.exception;
import com.blade.mvc.hook.Signature;
/**
* Global exception handle
*
* Created by biezhi on 10/07/2017.
*/
@FunctionalInterface
public interface ExceptionResolve {
boolean handle(Exception e, Signature signature);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy