moved nameserver error to utility

This commit is contained in:
Alysia Broddrick 2023-10-05 17:33:50 -07:00
parent 851c58953b
commit 01ad6b5523
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
5 changed files with 56 additions and 54 deletions

View file

@ -15,7 +15,7 @@ from epplibwrapper import (
RegistryError,
ErrorCode,
)
from registrar.models.utility.nameserver_error import (
from registrar.utility.errors import (
NameserverError,
NameserverErrorCodes as nsErrorCodes,
)