Class: GirlFriday::ErrorHandler::Hoptoad

Inherits:
Object
  • Object
show all
Defined in:
lib/girl_friday/error_handler.rb

Instance Method Summary collapse

Instance Method Details

#handle(ex) ⇒ Object



17
18
19
# File 'lib/girl_friday/error_handler.rb', line 17

def handle(ex)
  HoptoadNotifier.notify(ex)
end