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

Improve Exception messages with more information on source #64

Closed
mkorbel1 opened this issue Dec 6, 2021 · 0 comments · Fixed by #67
Closed

Improve Exception messages with more information on source #64

mkorbel1 opened this issue Dec 6, 2021 · 0 comments · Fixed by #67
Labels
enhancement New feature or request

Comments

@mkorbel1
Copy link
Contributor

mkorbel1 commented Dec 6, 2021

Motivation

Some exceptions could have improved error messages to help the user identify the issue. For example:
Exception: This signal is already connected.

Desired solution

Error messages should give as much context as possible, for example:
Exception: Signal "x" is already connected to signal "y", so it can't be connected to signal "z".

@mkorbel1 mkorbel1 added the enhancement New feature or request label Dec 6, 2021
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

Successfully merging a pull request may close this issue.

1 participant