Class: Msf::Exploit::Remote::HTTP::Pretalx::Error::SessionCookieError

Inherits:
Object
  • Object
show all
Defined in:
lib/msf/core/exploit/remote/http/pretalx/error.rb

Instance Method Summary collapse

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(message = 'Could not get session cookie')
  super(message: message)
end