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

Expose the Error type to allow users to set custom error handlers #551

Merged
merged 3 commits into from
May 13, 2021

Commits on May 13, 2021

  1. Expose the Error type in the global module to allow users to defi…

    …ne their own error handlers. This is currently impossible because `Error` is private and therefore users cannot provide a function that satisfies the constraints of `set_error_handler`.
    Luca Palmieri committed May 13, 2021
    Configuration menu
    Copy the full SHA
    f722339 View commit details
    Browse the repository at this point in the history
  2. Add docstrings.

    Luca Palmieri committed May 13, 2021
    Configuration menu
    Copy the full SHA
    ed67c5e View commit details
    Browse the repository at this point in the history
  3. Reword doc string for metric error.

    Luca Palmieri committed May 13, 2021
    Configuration menu
    Copy the full SHA
    80bb385 View commit details
    Browse the repository at this point in the history