mirror of
https://github.com/raws/minecraft-forge-mattercraft.git
synced 2025-09-22 11:54:39 -04:00
Make MatterbridgeApiErrorException a static class
This commit is contained in:
parent
1eaecfd45b
commit
28d6e8f345
@ -82,7 +82,7 @@ public class MatterbridgeApiClient {
|
||||
return connection;
|
||||
}
|
||||
|
||||
public class MatterbridgeApiErrorException extends Exception {
|
||||
public static class MatterbridgeApiErrorException extends Exception {
|
||||
private final int responseCode;
|
||||
|
||||
public MatterbridgeApiErrorException(int responseCode, String responseBody) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user