Make MatterbridgeApiErrorException a static class

This commit is contained in:
Ross Paffett 2021-01-17 16:22:49 -08:00
parent 1eaecfd45b
commit 28d6e8f345

View File

@ -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) {