Class: Adhearsion::Events::ErrorHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/adhearsion/events.rb

Instance Method Summary collapse

Instance Method Details

#handle(exception) ⇒ Object



90
91
92
93
# File 'lib/adhearsion/events.rb', line 90

def handle(exception)
  logger.error "Exception encountered in exception handler!"
  logger.error exception
end