Basics of joining.
[dcpomatic.git] / src / lib / exceptions.h
index b04d973dc7a62197571ce7d6697917f2023b23e0..f4631c09b67310bcf75492daca3b2b58dfd5e835 100644 (file)
@@ -104,7 +104,14 @@ private:
        /** name of the file that this exception concerns */
        boost::filesystem::path _file;
 };
-       
+
+class JoinError : public StringError
+{
+public:
+       JoinError (std::string s)
+               : StringError (s)
+       {}
+};
 
 /** @class OpenFileError.
  *  @brief Indicates that some error occurred when trying to open a file.