From 2d580507755732eafe5ba2d52da0bcd0d5d1c9dc Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 15 Oct 2021 12:13:24 +0200
Subject: [PATCH] DOC: updated doc string

---
 include/caosdb/exceptions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/caosdb/exceptions.h b/include/caosdb/exceptions.h
index e10b3db..415d072 100644
--- a/include/caosdb/exceptions.h
+++ b/include/caosdb/exceptions.h
@@ -101,7 +101,7 @@ public:
 };
 
 /**
- * @brief The connection isn't known to the ConnectionManager under this name.
+ * @brief Exception for errors during the configuration of the connection.
  */
 class ConnectionConfigurationError : public Exception {
 public:
-- 
GitLab