Module: HoptoadNotifier

Defined in:
lib/ht_retro.rb

Defined Under Namespace

Classes: Sender

Class Method Summary collapse

Class Method Details

.notify_or_ignore(exception, opts = {}) ⇒ Object



16
17
18
19
# File 'lib/ht_retro.rb', line 16

def notify_or_ignore(exception, opts = {})
  notice = build_notice_for(exception, opts)
  send_notice(notice) if configuration.public?
end