Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "throws Exception" to HystrixCommand run() method (Issue #63) #64

Merged
merged 2 commits into from
Dec 29, 2012

Conversation

gdenning
Copy link

As discussed in Issue #63, adding "throws Exception" to the run method declaration allows the implementation to throw checked exceptions without requiring the developer to catch and rethrow as an unchecked exception.

benjchristensen added a commit that referenced this pull request Dec 29, 2012
Added "throws Exception" to HystrixCommand run() method (Issue #63)
@benjchristensen benjchristensen merged commit f49932b into Netflix:master Dec 29, 2012
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.

2 participants