Merge remote-tracking branch 'origin/master' into 2.0
[dcpomatic.git] / src / lib / exceptions.h
index a8969d7024c6aa60c0bd3460d66ca9034b7d3456..52f257a8d3f558550ccba9724dfe612e3eca55c0 100644 (file)
@@ -253,6 +253,12 @@ public:
        {}
 };
 
+class InvalidSignerError : public StringError
+{
+public:
+       InvalidSignerError ();
+};
+
 /** @class ExceptionStore
  *  @brief A parent class for classes which have a need to catch and
  *  re-throw exceptions.
@@ -295,6 +301,4 @@ private:
        mutable boost::mutex _mutex;
 };
 
-       
-
 #endif