summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-29 00:58:55 +0000
committerCarl Hetherington <cth@carlh.net>2016-11-29 00:58:55 +0000
commit0fee90e0af6fc8dec76450b75d1648d325cc57ca (patch)
treef51be1db6e13deeee6623cf43b944b46d4319aff /src/exceptions.cc
parent71f5d09991c8c6362484075f9317e5cb9efd8e4c (diff)
Fix build.
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))
+{
+
+}