class MailgunCatcher::Notifier::Bugsnag

Public Instance Methods

notify(event) click to toggle source
# File lib/mailgun_catcher/notifier/bugsnag.rb, line 4
def notify(event)
  error_event = EventError.new(event)
  ::Bugsnag.notify(error_event)
end