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 2688ee86..ed77ae3a 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -179,6 +179,12 @@ public:
KDMDecryptionError (std::string message);
};
+class KDMFormatError : public std::runtime_error
+{
+public:
+ KDMFormatError (std::string message);
+};
+
}
#endif