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

Remove duplicate fields #118

Merged
merged 3 commits into from
Sep 7, 2016
Merged

Remove duplicate fields #118

merged 3 commits into from
Sep 7, 2016

Conversation

Pezzah
Copy link
Contributor

@Pezzah Pezzah commented Sep 5, 2016

Currently there are a couple of constructors for the Error object, one takes and exception and the other takes a name, message and stacktrace.

These fields are store separately and every time the details are accessed we have to check which one to use.

This PR adds a new BugsnagException class used to wrap the name, message and stacktrace so that can store them in the exception field.

@kattrali kattrali merged commit e34d13b into master Sep 7, 2016
@kattrali kattrali deleted the remove-duplicate-fields branch September 7, 2016 13:38
lemnik pushed a commit that referenced this pull request Jun 2, 2021
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