aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmime/exception.hpp')
-rw-r--r--vmime/exception.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/vmime/exception.hpp b/vmime/exception.hpp
index f11079c5..a70c46b6 100644
--- a/vmime/exception.hpp
+++ b/vmime/exception.hpp
@@ -538,6 +538,21 @@ public:
};
+/** Folder is already open in the same session.
+ */
+
+class VMIME_EXPORT folder_already_open : public net_exception
+{
+public:
+
+ folder_already_open(const exception& other = NO_EXCEPTION);
+ ~folder_already_open() throw();
+
+ exception* clone() const;
+ const char* name() const throw();
+};
+
+
/** Message not found (does not exist).
*/