summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exceptions.h')
-rw-r--r--src/lib/exceptions.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h
index eceafa105..769857fd3 100644
--- a/src/lib/exceptions.h
+++ b/src/lib/exceptions.h
@@ -81,14 +81,6 @@ private:
boost::filesystem::path _file;
};
-class JoinError : public std::runtime_error
-{
-public:
- explicit JoinError (std::string s)
- : std::runtime_error (s)
- {}
-};
-
/** @class OpenFileError.
* @brief Indicates that some error occurred when trying to open a file.
*/