Exception: Msf::Exploit::Remote::HTTP::Pretalx::Error::UnexpectedResponseError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Pretalx send unexpected response') ⇒ UnexpectedResponseError

Returns a new instance of UnexpectedResponseError.



22
23
24
# File 'lib/msf/core/exploit/remote/http/pretalx/error.rb', line 22

def initialize(message = 'Pretalx send unexpected response')
  super(message: message)
end