class Megaphone::Client::MegaphoneMessageDelayWarning

Public Class Methods

new(msg, stream_id) click to toggle source
Calls superclass method
# File lib/megaphone/client/errors.rb, line 12
def initialize(msg, stream_id)
  super("#{msg} - Event delayed and will be reattempted: #{stream_id}")
end