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

Nicer exception messages #303

Merged
merged 4 commits into from
Nov 2, 2017

Commits on Oct 30, 2017

  1. Exception stack traces always had null for message. You should never …

    …override toString() of Exceptions, instead use the message
    connected-jallen committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    973678c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from connected-lab/fix-exception-stack-trace

    Exception stack traces always had null for message. You should never …
    connected-jallen committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    01b5ec7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. nicer toStrings

    connected-jallen committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    8737b62 View commit details
    Browse the repository at this point in the history
  2. tests

    connected-jallen committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    87de34f View commit details
    Browse the repository at this point in the history