class GirlFriday::ErrorHandler::Airbrake

Public Instance Methods

handle(ex) click to toggle source
# File lib/girl_friday/error_handler.rb, line 18
def handle(ex)
  ::Airbrake.notify_or_ignore(ex)
end