summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/BoxException.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/BoxException.h b/lib/common/BoxException.h
index a8f5d7a6..361f04e8 100644
--- a/lib/common/BoxException.h
+++ b/lib/common/BoxException.h
@@ -29,6 +29,7 @@ public:
virtual unsigned int GetType() const throw() = 0;
virtual unsigned int GetSubType() const throw() = 0;
+ virtual const std::string& GetMessage() const = 0;
private:
};