X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexceptions.h;h=52f257a8d3f558550ccba9724dfe612e3eca55c0;hb=1c13441a19aa387ddd8ac0c972207ccbbe3114d8;hp=a8969d7024c6aa60c0bd3460d66ca9034b7d3456;hpb=94201bd2a5a4cb391b7f2bdeba56b928fed7cfe1;p=dcpomatic.git diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index a8969d702..52f257a8d 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -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