mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
moved nameserver error to utility
This commit is contained in:
parent
851c58953b
commit
01ad6b5523
5 changed files with 56 additions and 54 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue