Sha256: d65eb982e802d3a2b370f2c30959c5c555c5222ad023f6003a9d7533cc33fd36
Contents?: true
Size: 501 Bytes
Versions: 29
Compression:
Stored size: 501 Bytes
Contents
# typed: true # Copyright (c) 2015 Sqreen. All Rights Reserved. # Please refer to our terms for more information: https://www.sqreen.com/terms.html require 'sqreen/exception' module Sqreen # 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. class AttackBlocked < Sqreen::Exception attr_accessor :redirect_url def log_message(msg) Sqreen.log.warn(msg) end end end
Version data entries
29 entries across 29 versions & 1 rubygems