Exception: Msf::Exploit::Remote::HTTP::Pretalx::Error::UnexpectedResponseError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Msf::Exploit::Remote::HTTP::Pretalx::Error::UnexpectedResponseError
- Defined in:
- lib/msf/core/exploit/remote/http/pretalx/error.rb
Instance Method Summary collapse
-
#initialize(message = 'Pretalx send unexpected response') ⇒ UnexpectedResponseError
constructor
A new instance of UnexpectedResponseError.
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( = 'Pretalx send unexpected response') super(message: ) end |