Update domain.py

This commit is contained in:
zandercymatics 2023-10-18 14:34:18 -06:00
parent f69586cf21
commit f672d15b00
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -27,7 +27,8 @@ try:
RegistryError,
ErrorCode,
)
except Exception:
except Exception as err:
print(f"err is {err}")
pass
from registrar.models.utility.contact_error import ContactError, ContactErrorCodes