diff options
Diffstat (limited to 'src/exceptions.cc')
| -rw-r--r-- | src/exceptions.cc | 6 |
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)) +{ + +} |
