mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 15:06:32 +02:00
Unify error messages under one banner
This commit is contained in:
parent
02456e9297
commit
89431b111d
4 changed files with 107 additions and 58 deletions
|
@ -16,6 +16,8 @@ class DomainUnavailableError(ValueError):
|
|||
class RegistrySystemError(ValueError):
|
||||
pass
|
||||
|
||||
class InvalidDomainError(ValueError):
|
||||
pass
|
||||
|
||||
class ActionNotAllowed(Exception):
|
||||
"""User accessed an action that is not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue