Module: Barbeque::ExceptionHandler::Raven

Defined in:
lib/barbeque/exception_handler.rb

Class Method Summary collapse

Class Method Details

.handle_exception(e) ⇒ Object



24
25
26
# File 'lib/barbeque/exception_handler.rb', line 24

def self.handle_exception(e)
  ::Raven.capture_exception(e)
end