Skip to content

Add more information to exceptions, catch exception in command handler

Afonso Mukai requested to merge add_info_to_populate_blob_exception into master

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

Merge request reports