From c42c7cd86de9803e9b0cdc09645f5277fa64e882 Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Mon, 2 Aug 2021 16:43:55 +0200
Subject: [PATCH] DOC: Note about future changes.

---
 src/lib/maoxdb.hpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/maoxdb.hpp b/src/lib/maoxdb.hpp
index 4749e41..b3d98be 100644
--- a/src/lib/maoxdb.hpp
+++ b/src/lib/maoxdb.hpp
@@ -49,6 +49,9 @@ void test();
  *
  * @return pair<string msgId, string msgText> The message ID and message text which can be passed to
  * Octave.
+ *
+ * @note Additional utility functions should be easy to implement when the libcaosdb error handling
+ * changes.
  */
 std::pair<string, string> exceptionToMessage(const caosdb::exceptions::Exception &exc);
 
-- 
GitLab