mirror of
https://github.com/raws/minecraft-forge-mattercraft.git
synced 2025-09-23 04:10:50 -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;
|
return connection;
|
||||||
}
|
}
|
||||||
|
|
||||||
public class MatterbridgeApiErrorException extends Exception {
|
public static class MatterbridgeApiErrorException extends Exception {
|
||||||
private final int responseCode;
|
private final int responseCode;
|
||||||
|
|
||||||
public MatterbridgeApiErrorException(int responseCode, String responseBody) {
|
public MatterbridgeApiErrorException(int responseCode, String responseBody) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user