dbfp_pub/libs/exceptions_fp.py

9 lines
100 B
Python

#
#
#
class FingerprintWrite(Exception):
"""Problem writing the fingerprint to a file"""
pass