File tree Expand file tree Collapse file tree 2 files changed +4
-83
lines changed
tests/src/test/java/net/devh/boot/grpc/test Expand file tree Collapse file tree 2 files changed +4
-83
lines changed Original file line number Diff line number Diff line change 22
22
23
23
import net .devh .boot .grpc .server .advice .GrpcAdviceDiscoverer ;
24
24
import net .devh .boot .grpc .server .advice .GrpcAdviceExceptionHandler ;
25
+ import net .devh .boot .grpc .server .advice .GrpcAdviceExceptionInterceptor ;
25
26
import net .devh .boot .grpc .server .advice .GrpcExceptionHandlerMethodResolver ;
26
27
import net .devh .boot .grpc .server .advice .GrpcServiceAdviceIsPresent ;
27
28
30
31
GrpcServiceAdviceIsPresent .class ,
31
32
GrpcAdviceDiscoverer .class ,
32
33
GrpcExceptionHandlerMethodResolver .class ,
33
- GrpcAdviceExceptionHandler .class })
34
- public class BaseExceptionAdviceAutoConfiguration {
34
+ GrpcAdviceExceptionHandler .class ,
35
+ GrpcAdviceExceptionInterceptor .class })
36
+ public class BaseAdviceAutoConfiguration {
35
37
36
38
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments