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

During interface/mapping validation raise exceptions should be raised in place #120

Closed
sorru94 opened this issue Sep 21, 2023 · 0 comments · Fixed by #121
Closed

During interface/mapping validation raise exceptions should be raised in place #120

sorru94 opened this issue Sep 21, 2023 · 0 comments · Fixed by #121
Milestone

Comments

@sorru94
Copy link
Collaborator

sorru94 commented Sep 21, 2023

Exceptions are currently returned by functions and then raised by the callers. However, this limits backtracing and should be avoided.
Consider raising the exceptions in place and then use try blocks to handle them in the caller if needed.

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 a pull request may close this issue.

1 participant