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} {