diff options
Diffstat (limited to 'src/exception.hpp')
-rw-r--r-- | src/exception.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exception.hpp b/src/exception.hpp index 6a043c43..4ed40485 100644 --- a/src/exception.hpp +++ b/src/exception.hpp @@ -30,6 +30,9 @@ namespace vmime { +/** Base class for VMime exceptions. + */ + class exception { private: |