From 7702e5d643440e75369078863b34f8a574ee4143 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Mar 2014 21:46:01 +0000 Subject: Considerable re-work of KDM class to express the difference between encrypted and unencrypted KDMs. --- src/exceptions.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/exceptions.cc') 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)) +{ + +} + + -- cgit v1.2.3