# File lib/ruote/error_handler.rb, line 45
    def msg_handle (msg, exception)

      fexp = Ruote::Exp::FlowExpression.fetch(
        @context, msg['fei'] || msg['workitem']['fei']
      ) rescue nil

      handle(msg, fexp, exception)
    end