Method: MultiBug#notify

Defined in:
lib/multi_bug.rb

#notify(exception, options = {}) ⇒ Object



28
29
30
# File 'lib/multi_bug.rb', line 28

def notify(exception, options = {})
  adapter.notify(exception, options)
end