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

Introduce Two Levels of Errors #23

Open
aaron97neu opened this issue Dec 5, 2018 · 0 comments
Open

Introduce Two Levels of Errors #23

aaron97neu opened this issue Dec 5, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@aaron97neu
Copy link
Member

It was suggested during the 11/30 research meeting to implement 2 levels of errors, one for app level errors and another for internal bugs. This would help the programmer distinguish from errors in his program or internal errors that he cannot fix (and should then report). One approach for this could be to create two custom exception classes in Python, or use two of the built in exceptions found here (https://docs.python.org/2/library/exceptions.html)

@aaron97neu aaron97neu added the enhancement New feature or request label Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant