added custom exceptions
This commit is contained in:
parent
50a8e10988
commit
c14f2d4177
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
#
|
||||
#
|
||||
|
||||
class FingerprintWrite(Exception):
|
||||
"""Problem writing the fingerprint to a file"""
|
||||
pass
|
||||
|
Loading…
Reference in New Issue