package com.fr.common.exception; /** * @author hades * @version 11.0 * Created by hades on 2021/12/7 */ public interface ThrowableHandler { boolean process(Throwable e); }