-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: Site Backend
-
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.