summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions.cc')
-rw-r--r--src/exceptions.cc7
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))
+{
+
+}
+
+