mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
All four http methods working now for user and service restful apis.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from sqlalchemy.exc import SQLAlchemyError
|
||||
|
||||
|
||||
# Should I use SQLAlchemyError?
|
||||
class DAOException(SQLAlchemyError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user