sbool isQuickException(Throwable e) { ret getInnerException(e) instanceof QuickException; }