Noted to-do.
This commit is contained in:
@@ -29,6 +29,7 @@ class Exception: public std::exception
|
||||
{
|
||||
}
|
||||
|
||||
// TODO: set plain message as well
|
||||
explicit Exception(const std::string &message)
|
||||
: m_message{message}
|
||||
{
|
||||
|
Reference in New Issue
Block a user