-
Sub-task
-
Resolution: Fixed
-
Normal
-
None
-
None
All errors should be handled with error classes with useful names. Once we've reached the error-handling stage, Error() should never be in use. Instead, we should subclass it as appropriate: EntityNotFoundError, DatabaseError, etc.