minecraft_25w45a_unobfuscated/net/minecraft/server/jsonrpc/methods/MethodNotFoundJsonRpcException.java
2025-11-24 22:52:51 +03:00

13 lines
248 B
Java

/*
* Decompiled with CFR 0.152.
*/
package net.minecraft.server.jsonrpc.methods;
public class MethodNotFoundJsonRpcException
extends RuntimeException {
public MethodNotFoundJsonRpcException(String message) {
super(message);
}
}