added custom exceptions

This commit is contained in:
JohnE 2015-11-03 13:27:08 -08:00
parent 50a8e10988
commit c14f2d4177
1 changed files with 8 additions and 0 deletions

8
libs/exceptions_fp.py Normal file
View File

@ -0,0 +1,8 @@
#
#
#
class FingerprintWrite(Exception):
"""Problem writing the fingerprint to a file"""
pass