Give a slightly better error whn trying to add a KDM using add-file (#1035).
[dcpomatic.git] / src / lib / exceptions.h
index c2f82e15ba5315bca041b63bd925b4c164f2d658..c1b1aef4b0a61a11ef36ffbae4d928e59cda5f03 100644 (file)
@@ -252,4 +252,10 @@ public:
        {}
 };
 
+class KDMAsContentError : public std::runtime_error
+{
+public:
+       KDMAsContentError ();
+};
+
 #endif