summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/NeKit/ErrorOr.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/NeKit/ErrorOr.h')
-rw-r--r--dev/kernel/NeKit/ErrorOr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/kernel/NeKit/ErrorOr.h b/dev/kernel/NeKit/ErrorOr.h
index 2e3afb46..4c924957 100644
--- a/dev/kernel/NeKit/ErrorOr.h
+++ b/dev/kernel/NeKit/ErrorOr.h
@@ -15,6 +15,9 @@
namespace Kernel {
using ErrorT = Int32;
+/// ================================================================================
+/// @brief ErrorOr class for error handling.
+/// ================================================================================
template <typename T>
class ErrorOr final {
public: