Improve comments

This commit is contained in:
zandercymatics 2024-01-09 14:55:18 -07:00
parent 7045e5dcad
commit 5cdbafeeb6
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 23 additions and 10 deletions

View file

@ -18,6 +18,8 @@ class RegistrySystemError(ValueError):
class InvalidDomainError(ValueError):
"""Error class for situations where an invalid domain is supplied"""
pass