Add more information to exceptions, catch exception in command handler
Created by: dominikwerder
Description of work
- Create better messages for
std::runtime_error
- Use
tryToHandle
on incoming command message which logs exceptions - Simplify unit tests by handling a command string without conversion to a
Msg