Improvement: Better error message for unregistered base class #346
silabs-Vladimir
started this conversation in
General
Replies: 1 comment
-
I don't see an easy way to improve the error message without imposing a major implementation-level or runtime cost. If you want to give it a try, PRs are welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ref this issue: #344
I find that the error message when attempting to call a subclass function without having registered the base class:
is very misleading and should be more specific if possible.
Beta Was this translation helpful? Give feedback.
All reactions