Class: Alchemy::ErrorTracking::BaseHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/alchemy/error_tracking.rb

Direct Known Subclasses

ErrorLogger

Class Method Summary collapse

Class Method Details

.call(exception) ⇒ Object



6
7
8
# File 'lib/alchemy/error_tracking.rb', line 6

def self.call(exception)
  # implement your own notification method
end