summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions.cc')
-rw-r--r--src/exceptions.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exceptions.cc b/src/exceptions.cc
index 42c3ab19..b541beda 100644
--- a/src/exceptions.cc
+++ b/src/exceptions.cc
@@ -90,3 +90,9 @@ MismatchedStandardError::MismatchedStandardError ()
{
}
+
+KDMDecryptionError::KDMDecryptionError (std::string message)
+ : runtime_error (String::compose ("Could not decrypt KDM (%1)", message))
+{
+
+}