Noted to-do.

This commit is contained in:
Patrick Lühne 2017-06-01 02:32:45 +02:00
parent b918da3c49
commit c47bd3c934
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class Exception: public std::exception
{
}
// TODO: set plain message as well
explicit Exception(const std::string &message)
: m_message{message}
{