Class: Adhearsion::Events::ErrorHandler

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) handle(exception)



84
85
86
# File 'lib/adhearsion/events.rb', line 84

def handle(exception)
  Events.trigger :exception, exception
end