diff options
Diffstat (limited to 'vmime/exception.hpp')
| -rw-r--r-- | vmime/exception.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vmime/exception.hpp b/vmime/exception.hpp index 763d2a5c..85f0a3ff 100644 --- a/vmime/exception.hpp +++ b/vmime/exception.hpp @@ -164,6 +164,18 @@ public: }; +class no_such_message_id : public vmime::exception +{ +public: + + no_such_message_id(const exception& other = NO_EXCEPTION); + ~no_such_message_id() throw(); + + exception* clone() const; + const string name() const; +}; + + class no_such_address : public vmime::exception { public: |
