diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-29 00:58:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-29 00:58:55 +0000 |
| commit | 0fee90e0af6fc8dec76450b75d1648d325cc57ca (patch) | |
| tree | f51be1db6e13deeee6623cf43b944b46d4319aff /src/exceptions.h | |
| parent | 71f5d09991c8c6362484075f9317e5cb9efd8e4c (diff) | |
Fix build.
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 6 |
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 |
