module Grape::Bugsnag::Handler

Public Instance Methods

handle_error(e) click to toggle source
Calls superclass method
# File lib/grape/bugsnag/handler.rb, line 4
def handle_error(e)
  ::Bugsnag.notify(e)
  super
end