aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmime/exception.hpp')
-rw-r--r--vmime/exception.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/vmime/exception.hpp b/vmime/exception.hpp
index f1a5e1a3..386f9ce0 100644
--- a/vmime/exception.hpp
+++ b/vmime/exception.hpp
@@ -290,18 +290,6 @@ public:
};
-class VMIME_EXPORT no_object_found : public vmime::exception
-{
-public:
-
- no_object_found(const exception& other = NO_EXCEPTION);
- ~no_object_found() throw();
-
- exception* clone() const;
- const char* name() const throw();
-};
-
-
/** There is no property with that name in the set.
*/