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
Currently, we have exceptions named like DeletedObjectException (adjective-noun) and SchemaIsDeletedException (noun-verb-adjective), or SchemaExistsException (noun-verb) and MissingSchemaException (verb-noun).
They do not seem to follow a consistent naming convention.
We should change that.
The text was updated successfully, but these errors were encountered:
Currently, we have exceptions named like
DeletedObjectException
(adjective-noun) andSchemaIsDeletedException
(noun-verb-adjective), orSchemaExistsException
(noun-verb) andMissingSchemaException
(verb-noun).They do not seem to follow a consistent naming convention.
We should change that.
The text was updated successfully, but these errors were encountered: