class OpenStax::RescueFrom::MuteListener

Public Instance Methods

openstax_exception_rescued(proxy, _) click to toggle source
# File lib/openstax/rescue_from/mute_listener.rb, line 4
def openstax_exception_rescued(proxy, _)
  Rails.logger.warn("MuteListener does nothing after rescuing " +
                    "ExceptionProxy#error_id #=> #{proxy.error_id}")
end
request() click to toggle source
# File lib/openstax/rescue_from/mute_listener.rb, line 9
def request
  OpenStruct.new(remote_ip: '0.0.0.0')
end