Module: Grape::Bugsnag::Handler

Defined in:
lib/grape/bugsnag/handler.rb

Instance Method Summary collapse

Instance Method Details

#handle_error(e) ⇒ Object



4
5
6
7
# File 'lib/grape/bugsnag/handler.rb', line 4

def handle_error(e)
  ::Bugsnag.notify(e)
  super
end