Method: Exceptions::Backends::Context#notify

Defined in:
lib/exceptions/backends/context.rb

#notify(exception, *args) ⇒ Object



13
14
15
16
# File 'lib/exceptions/backends/context.rb', line 13

def notify(exception, *args)
  backend.context extra
  backend.notify(exception, *args)
end