Initial add of binder exceptions file. Add TransferException

This commit is contained in:
Jeffrey Forman 2012-11-17 13:28:21 -05:00
parent ee63a3608c
commit ba4ea4176d
1 changed files with 8 additions and 0 deletions

8
binder/exceptions.py Normal file
View File

@ -0,0 +1,8 @@
### Binder Exceptions
class TransferException(Exception):
"""
Thrown when an AXFR transfer cannot be performed.
"""
pass