Initial add of binder exceptions file. Add TransferException
This commit is contained in:
parent
ee63a3608c
commit
ba4ea4176d
|
@ -0,0 +1,8 @@
|
|||
### Binder Exceptions
|
||||
|
||||
class TransferException(Exception):
|
||||
"""
|
||||
Thrown when an AXFR transfer cannot be performed.
|
||||
"""
|
||||
|
||||
pass
|
Loading…
Reference in New Issue