module Multiwoven::Integrations::Core::Utils

def handle_exception(exception, meta = {})

def handle_exception(exception, meta = {})
  logger.error(
    "#{hash_to_string(meta)}: #{exception.message}"
  )
  report_exception(exception, meta)
  create_log_message(meta[:context], meta[:type], exception)
end