mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Raise system error message on EPP fail
This commit is contained in:
parent
4588a02d44
commit
5f68677d7f
3 changed files with 15 additions and 2 deletions
|
@ -13,6 +13,10 @@ class DomainUnavailableError(ValueError):
|
|||
pass
|
||||
|
||||
|
||||
class RegistrySystemError(ValueError):
|
||||
pass
|
||||
|
||||
|
||||
class ActionNotAllowed(Exception):
|
||||
"""User accessed an action that is not
|
||||
allowed by the current state"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue