diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-19 21:46:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-19 21:46:01 +0000 |
| commit | 7702e5d643440e75369078863b34f8a574ee4143 (patch) | |
| tree | e01edc51718fd6c475b449748ff7fa6e5c526bc9 /src/exceptions.cc | |
| parent | c91aa27e13703874c944fed763b5b039ceae71d2 (diff) | |
Considerable re-work of KDM class to express the difference between encrypted and unencrypted KDMs.
Diffstat (limited to 'src/exceptions.cc')
| -rw-r--r-- | src/exceptions.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exceptions.cc b/src/exceptions.cc index 7cfcd699..48da4fcd 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -41,3 +41,10 @@ UnresolvedRefError::UnresolvedRefError (string id) } +TimeFormatError::TimeFormatError (string bad_time) + : _message (String::compose ("Bad time string %1", bad_time)) +{ + +} + + |
