class Adhearsion::Events::ErrorHandler
Public Instance Methods
handle(exception)
click to toggle source
# File lib/adhearsion/events.rb, line 90 def handle(exception) logger.error "Exception encountered in exception handler!" logger.error exception end