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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h
index e08392689..3069d792e 100644
--- a/src/lib/exceptions.h
+++ b/src/lib/exceptions.h
@@ -535,4 +535,11 @@ private:
};
+class DiskFullError : public std::runtime_error
+{
+public:
+ explicit DiskFullError(boost::filesystem::path writing);
+};
+
+
#endif