aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmime/exception.hpp')
-rw-r--r--vmime/exception.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/vmime/exception.hpp b/vmime/exception.hpp
index 04aa9d5a..7a394650 100644
--- a/vmime/exception.hpp
+++ b/vmime/exception.hpp
@@ -51,6 +51,8 @@ private:
public:
exception(const string& what, const exception& other = NO_EXCEPTION);
+ exception(const exception& e);
+
virtual ~exception() throw();
/** Return a description of the error.