static RuntimeException asRuntimeException(Throwable t) { ifndef LeanMode if (t instanceof Error) _handleError((Error) t); endifndef ret t instanceof RuntimeException ? (RuntimeException) t : new RuntimeException(t); }