Browse Source

Add exception message

Lortseam 4 năm trước cách đây
mục cha
commit
20945858ad

+ 1 - 1
lib/src/main/java/me/lortseam/completeconfig/data/Config.java

@@ -50,7 +50,7 @@ public final class Config extends BaseCollection {
 
     @Override
     public String getID() {
-        throw new UnsupportedOperationException();
+        throw new UnsupportedOperationException("Config root has no ID");
     }
 
     public ModMetadata getMod() {