mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-12 14:34:05 -05:00
During the migration from the model inhereting from a `dict` to being a plain object it was useful to have these exceptions raised for quicker debugging. Now that all the code which relied on these methods has gone it’s OK to remove them (attempts to call them will fall through to Python’s native exception handling).