Class: Msf::Exploit::Remote::HTTP::Pretalx::Error::SessionCookieError
- Inherits:
-
Object
- Object
- Msf::Exploit::Remote::HTTP::Pretalx::Error::SessionCookieError
- Defined in:
- lib/msf/core/exploit/remote/http/pretalx/error.rb
Instance Method Summary collapse
-
#initialize(message = 'Could not get session cookie') ⇒ SessionCookieError
constructor
A new instance of SessionCookieError.
Constructor Details
#initialize(message = 'Could not get session cookie') ⇒ SessionCookieError
Returns a new instance of SessionCookieError.
28 29 30 |
# File 'lib/msf/core/exploit/remote/http/pretalx/error.rb', line 28 def initialize( = 'Could not get session cookie') super(message: ) end |