Exception: Owasp::Esapi::IntrustionException
- Inherits:
-
Exception
- Object
- Exception
- Owasp::Esapi::IntrustionException
- Defined in:
- lib/exceptions.rb
Overview
Intrustion detection exception to be logged
Instance Attribute Summary collapse
-
#log_message ⇒ Object
readonly
Returns the value of attribute log_message.
Instance Method Summary collapse
-
#initialize(user_message, log_message) ⇒ IntrustionException
constructor
A new instance of IntrustionException.
Constructor Details
#initialize(user_message, log_message) ⇒ IntrustionException
Returns a new instance of IntrustionException.
21 22 23 24 |
# File 'lib/exceptions.rb', line 21 def initialize(,) super() @log_message = end |
Instance Attribute Details
#log_message ⇒ Object (readonly)
Returns the value of attribute log_message.
20 21 22 |
# File 'lib/exceptions.rb', line 20 def @log_message end |