X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexceptions.h;h=c2f82e15ba5315bca041b63bd925b4c164f2d658;hb=67a68bd971ebe1b35daa3f75873b4ccb53c00ba0;hp=98727e0cc33c5deb4be8cfd70ed2f938ba37fcec;hpb=54038beb4437c027e584fc95110f6fd4dbf2207d;p=dcpomatic.git diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index 98727e0cc..c2f82e15b 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -167,7 +167,9 @@ public: class BadSettingError : public SettingError { public: - /** @param s Name of setting that is bad */ + /** @param s Name of setting that is bad. + * @param m Error message. + */ BadSettingError (std::string s, std::string m) : SettingError (s, m) {} @@ -225,6 +227,7 @@ class InvalidSignerError : public std::runtime_error { public: InvalidSignerError (); + InvalidSignerError (std::string reason); }; class ProgrammingError : public std::runtime_error