aboutsummaryrefslogtreecommitdiff
path: root/include/cru/base/Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/base/Base.h')
-rw-r--r--include/cru/base/Base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cru/base/Base.h b/include/cru/base/Base.h
index e62054eb..9d10a447 100644
--- a/include/cru/base/Base.h
+++ b/include/cru/base/Base.h
@@ -145,6 +145,9 @@ class CRU_BASE_API PlatformException : public Exception {
class CRU_BASE_API ErrnoException : public Exception {
public:
+ /**
+ * @brief will retrieve errno automatically.
+ */
ErrnoException();
explicit ErrnoException(int error_code);
/**