Merge 1.0 in.
[dcpomatic.git] / src / lib / exceptions.h
index f587f055fde8fa87fffc5e6f66f69ce9ac8b4365..b04d973dc7a62197571ce7d6697917f2023b23e0 100644 (file)
@@ -209,6 +209,14 @@ public:
        {}
 };
 
+class KDMError : public StringError
+{
+public:
+       KDMError (std::string s)
+               : StringError (s)
+       {}
+};
+
 class PixelFormatError : public StringError
 {
 public: