Considerable re-work of KDM class to express the difference between encrypted and...
[libdcp.git] / src / exceptions.cc
index 7cfcd6991d6b3c60ba50eec9491c18650d0c451a..48da4fcd34077aafc00b8ef2ba45f64b0331df91 100644 (file)
@@ -41,3 +41,10 @@ UnresolvedRefError::UnresolvedRefError (string id)
 
 }
 
+TimeFormatError::TimeFormatError (string bad_time)
+       : _message (String::compose ("Bad time string %1", bad_time))
+{
+
+}
+
+