summaryrefslogtreecommitdiff
path: root/src/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions.h')
-rw-r--r--src/exceptions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index 851e6a94..2688ee86 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -173,6 +173,12 @@ public:
MismatchedStandardError ();
};
+class KDMDecryptionError : public std::runtime_error
+{
+public:
+ KDMDecryptionError (std::string message);
+};
+
}
#endif