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