summaryrefslogtreecommitdiffstats
path: root/src/Common/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Exception.h')
-rw-r--r--src/Common/Exception.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/Exception.h b/src/Common/Exception.h
index 6b4cf9f..d072db2 100644
--- a/src/Common/Exception.h
+++ b/src/Common/Exception.h
@@ -42,6 +42,8 @@ class Exception {
ErrorCode getErrorCode() const {return errorCode;}
unsigned long getSubCode() const {return subCode;}
unsigned long getSubSubCode() const {return subSubCode;}
+
+ const char* strerror() const;
};
}