class OmfRc::MessageProcessError
Error during message processing, include message related information cid and replyto, for publishing errors to pubsub server
Attributes
cid[R]
replyto[R]
Public Class Methods
new(cid, replyto, msg = nil)
click to toggle source
Calls superclass method
# File lib/omf_rc/omf_error.rb, line 11 def initialize(cid, replyto, msg = nil) @cid = cid @replyto = replyto super(msg) end