mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 17:47:02 +02:00
Code cleanup
This commit is contained in:
parent
91ed4a598c
commit
ab6cbb93c6
5 changed files with 59 additions and 26 deletions
|
@ -16,9 +16,11 @@ class DomainUnavailableError(ValueError):
|
|||
class RegistrySystemError(ValueError):
|
||||
pass
|
||||
|
||||
|
||||
class InvalidDomainError(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