diff --git a/common/src/main/java/com/discordsrv/common/debug/DebugReport.java b/common/src/main/java/com/discordsrv/common/debug/DebugReport.java index 7e061db1..cf1525b5 100644 --- a/common/src/main/java/com/discordsrv/common/debug/DebugReport.java +++ b/common/src/main/java/com/discordsrv/common/debug/DebugReport.java @@ -217,7 +217,7 @@ public class DebugReport { manager.save(loader); return new TextDebugFile(order, fileName, writer.toString()); - } catch (IOException | ConfigException e) { + } catch (Exception e) { return exception(order, fileName, e); } }