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

Add error handler class #302

Commits on Dec 5, 2017

  1. Handle setup exceptions

    To handle setup exceptions, a method was added to each error handler.
    
    Said method is subsequently called when setup of the client fails.
    
    This is to ensure that a failed setup is not only logged, but also
    reported to e.g. sentry.
    
    Closes ruby-amqp#288
    Valentin Krasontovitsch committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    0a897f2 View commit details
    Browse the repository at this point in the history
  2. Add a base class to describe error handler interface

    Valentin Krasontovitsch committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    33c043a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Add test case for client setup error reporting

    Valentin Krasontovitsch committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    e15d8df View commit details
    Browse the repository at this point in the history