fix: Add throws Exception to MciClient template
This commit is contained in:
@@ -520,7 +520,7 @@ public class ToolScaffolder {
|
|||||||
public class Mci%sClient {
|
public class Mci%sClient {
|
||||||
private final AxhubMciComponent mci;
|
private final AxhubMciComponent mci;
|
||||||
|
|
||||||
public Transfer<Object> callTo(String interfaceId, String dummy, Object mciReq, Class<Object> resType) {
|
public Transfer<Object> callTo(String interfaceId, String dummy, Object mciReq, Class<Object> resType) throws Exception {
|
||||||
return mci.callTo(interfaceId, dummy, mciReq, resType);
|
return mci.callTo(interfaceId, dummy, mciReq, resType);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user