class Airbrake::NoticeNotifier

def notify(exception, params = {}, &block)

Other tags:
    See: Airbrake.notify -
def notify(exception, params = {}, &block)
  send_notice(exception, params, default_sender, &block)
end