module Banter::Notifier

Public Class Methods

notify(error, params_hash) click to toggle source
# File lib/banter/notifier.rb, line 3
def self.notify(error, params_hash)
  ::Banter::Configuration.notifier.notify(error, params_hash)
end