From c47bd3c93492dc69c2a6b57e89f19c0518ccc75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 1 Jun 2017 02:32:45 +0200 Subject: [PATCH] Noted to-do. --- include/anthem/Exception.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/anthem/Exception.h b/include/anthem/Exception.h index 96902b8..0390426 100644 --- a/include/anthem/Exception.h +++ b/include/anthem/Exception.h @@ -29,6 +29,7 @@ class Exception: public std::exception { } + // TODO: set plain message as well explicit Exception(const std::string &message) : m_message{message} {