package com.qianwen.core.tool.function; @FunctionalInterface public interface CheckedRunnable { void run() throws Throwable; }