class Upfluence::ErrorLogger::Null

Public Instance Methods

ignore_exception(*_kls) click to toggle source
# File lib/upfluence/error_logger/null.rb, line 25
def ignore_exception(*_kls); end
middleware() click to toggle source
# File lib/upfluence/error_logger/null.rb, line 29
def middleware
  Middleware
end
notify(error, _method, *_args) click to toggle source
# File lib/upfluence/error_logger/null.rb, line 21
def notify(error, _method, *_args)
  Upfluence.logger.error(error.inspect)
end
user=(_user) click to toggle source
# File lib/upfluence/error_logger/null.rb, line 27
def user=(_user); end