mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 09:00:28 +08:00
throws to ConnectionIn
This commit is contained in:
parent
b8274cbff8
commit
980c11f287
@ -1,5 +1,6 @@
|
||||
package com.djrapitops.plan.system.info.connection;
|
||||
|
||||
import com.djrapitops.plan.api.exceptions.connection.WebException;
|
||||
import com.djrapitops.plan.system.info.request.InfoRequest;
|
||||
import com.djrapitops.plan.system.webserver.response.Response;
|
||||
|
||||
@ -15,7 +16,7 @@ public class ConnectionIn {
|
||||
this.infoRequest = infoRequest;
|
||||
}
|
||||
|
||||
public Response handleRequest() {
|
||||
public Response handleRequest() throws WebException {
|
||||
return infoRequest.handleRequest(variables);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user