Skip to content

Conversation

@DarkAtra
Copy link
Contributor

Fixes #1466

} catch (Exception e) {
throw e;
} catch (Throwable e) {
throw new Exception(e);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw no reason to have this layer of try catches... removed

@velo velo merged commit 7861fbc into OpenFeign:master Jul 26, 2021
velo added a commit that referenced this pull request Oct 7, 2024
…1468)

* #1466: fixed metered feign client throwing IllegalArgumentException when using custom ErrorDecoder

* #1466: add missing license header

* Fold MeteredFeignClientTest into AbstractMetricsTestBase

Co-authored-by: Marvin Froeder <marvin.froeder@dovetailstudios.com>
velo added a commit that referenced this pull request Oct 8, 2024
…1468)

* #1466: fixed metered feign client throwing IllegalArgumentException when using custom ErrorDecoder

* #1466: add missing license header

* Fold MeteredFeignClientTest into AbstractMetricsTestBase

Co-authored-by: Marvin Froeder <marvin.froeder@dovetailstudios.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exception Metrics cause IllegalArgumentException when using custom ErrorDecoders

2 participants