From c14f2d417772e29ad0e0944a3b3ea018414742b1 Mon Sep 17 00:00:00 2001 From: JohnE Date: Tue, 3 Nov 2015 13:27:08 -0800 Subject: [PATCH] added custom exceptions --- libs/exceptions_fp.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libs/exceptions_fp.py diff --git a/libs/exceptions_fp.py b/libs/exceptions_fp.py new file mode 100644 index 0000000..a678ffa --- /dev/null +++ b/libs/exceptions_fp.py @@ -0,0 +1,8 @@ +# +# +# + +class FingerprintWrite(Exception): + """Problem writing the fingerprint to a file""" + pass +