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

Improve exception contract #49

Open
alanxz opened this issue Jan 16, 2013 · 0 comments
Open

Improve exception contract #49

alanxz opened this issue Jan 16, 2013 · 0 comments

Comments

@alanxz
Copy link
Owner

alanxz commented Jan 16, 2013

Right now std::runtime_exception is sometimes thrown in a public interfaces. It would better for error handling purposes if this specialized a bit better to allow programatic handling of various error conditions.

Places of note:

  • Channel::Channel - when login fails
  • Channel::BasicAck
  • ChannelImpl errors dealing with various channel conditions
  • others?
@alanxz alanxz removed this from the v2.4 milestone Apr 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant