Skip to content

Commit 14b2155

Browse files
authored
Add throws Exception
Add throws Exception
1 parent e1ec855 commit 14b2155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EasyRest/src/main/java/tech/dbgsoftware/easyrest/aop/customer/CustomInjection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
public interface CustomInjection {
66

7-
HttpEntity preCheck(HttpEntity httpEntity);
7+
HttpEntity preCheck(HttpEntity httpEntity) throws Exception;
88

99
}

0 commit comments

Comments
 (0)