Open
Description
What this is
Add error handling to CRUD methods
Context
Each CRUD method should throw an error if some condition isn't met e.g.:
addUser
should throw an error if some required field(s) is not provided
Acceptance Criteria:
- All methods have error handling complete with message
- All error handlers have passing tests
Metadata
Metadata
Assignees
Labels
No labels