From dd653d60d7726de07ba9009dd26c78bf4d11df1d Mon Sep 17 00:00:00 2001 From: JohnE Date: Thu, 19 Nov 2015 02:02:44 -0800 Subject: [PATCH] NEW: added md5 sume exceptions --- libs/exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/exceptions.py b/libs/exceptions.py index cc493c2..d388ce7 100644 --- a/libs/exceptions.py +++ b/libs/exceptions.py @@ -9,3 +9,7 @@ class FingerprintWrite(Exception): class FingerprintIndexWrite(Exception): """Error creating an index file""" pass + +class FingerprintMD5(Exception): + """Error creating an MD5 sum""" + pass