Refactoring: Make conventions follow a consistent naming convention.
Opened this issue · 1 comments
der-gabe commented
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.
der-gabe commented
Also, some exceptions may be overly specific. This should be looked at, as well.