class Alchemy::ErrorTracking::BaseHandler

Public Class Methods

call(exception) click to toggle source
# File lib/alchemy/error_tracking.rb, line 6
def self.call(exception)
  # implement your own notification method
end