class Flor::Pro::Fail

Public Instance Methods

receive_last() click to toggle source
# File lib/flor/pcore/fail.rb, line 17
def receive_last

  err =
    Flor::FlorError.new(
      (payload['ret'] || 'error').to_s,
      Flor::Node.new(@executor, @node, @message))

  wrap_error(err)
end