-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
During the refactoring I found out the exceptions are not being handled properly. Particularly, DAO objects are throwing HTTP errors which is wrong, the DAO layer should not know anything about HTTP. Let's refactor this code to remove HTTP status usage from these classes. Only namespaces should know about them.