class Sqreen::AttackBlocked

This exception name is particularly important since it is often seen by Sqreen users when watching their logs. It should not raise any concern to them.

Attributes

redirect_url[RW]

Public Instance Methods

log_message(msg) click to toggle source
# File lib/sqreen/attack_blocked.rb, line 15
def log_message(msg)
  Sqreen.log.warn(msg)
end