Code cleanup

This commit is contained in:
zandercymatics 2024-01-09 13:31:32 -07:00
parent 91ed4a598c
commit ab6cbb93c6
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
5 changed files with 59 additions and 26 deletions

View file

@ -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"""