aboutsummaryrefslogtreecommitdiff
path: root/include/cru/base/Base.h
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2026-03-07 20:42:37 +0800
committerYuqian Yang <crupest@crupest.life>2026-03-07 20:42:37 +0800
commit38756822825e20eca3b9e01b735946175223d692 (patch)
treefc2a495bfc0e082d5ed9a1642278ae6467fe2742 /include/cru/base/Base.h
parent924f4b472712d0cfc55b81dcb3eaed3f8a478288 (diff)
downloadcru-38756822825e20eca3b9e01b735946175223d692.tar.gz
cru-38756822825e20eca3b9e01b735946175223d692.tar.bz2
cru-38756822825e20eca3b9e01b735946175223d692.zip
Refactor stream.
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);
/**