You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new schema parser from #5178 is currently throwing either an Error or AssertionError for invalid schemas. A SchemaParseError that extends Error would provide a more suitable exception to throw.
Notes:
Wherever assert() is used, the error object will have to be passed to it (rather than just the message).
This change may require integrating with the new updates in Core error handling.
The text was updated successfully, but these errors were encountered:
The new schema parser from #5178 is currently throwing either an
Error
orAssertionError
for invalid schemas. ASchemaParseError
that extendsError
would provide a more suitable exception to throw.Notes:
assert()
is used, the error object will have to be passed to it (rather than just the message).The text was updated successfully, but these errors were encountered: