mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-03 19:17:42 +02:00
Include epplibwrapper module
This commit is contained in:
parent
d3cc3853c1
commit
ce7cfc1a53
14 changed files with 325 additions and 49 deletions
6
src/epplibwrapper/errors.py
Normal file
6
src/epplibwrapper/errors.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
class RegistryError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class LoginError(RegistryError):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue