class Megaphone::Client::MegaphoneInvalidEventError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/megaphone/client/errors.rb, line 19
def initialize(msg)
  super("Invalid Megaphone event was not sent: #{msg}")
  @msg = msg
end