public interface IFeignExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(RuntimeException e)
处理异常
|
void handle(RuntimeException e) throws Exception
e - 异常信息Exception - 可以将异常信息转换再抛出Copyright © 2021–2022 EasyJ开源社区. All rights reserved.