We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4861c53 + 948dc59 commit 0814d11Copy full SHA for 0814d11
src/main/java/com/mcmoddev/mmdbot/gist/GistUtils.java
@@ -140,6 +140,8 @@ public static boolean hasToken() {
140
141
public static final class GistException extends Exception {
142
143
+ private static final long serialVersionUID = -129081029829039102L;
144
+
145
private final String error;
146
private final int errorCode;
147
0 commit comments