Exception: Msf::Exploit::Remote::HTTP::Pretalx::Error::VersionCheckError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Msf::Exploit::Remote::HTTP::Pretalx::Error::VersionCheckError
- Defined in:
- lib/msf/core/exploit/remote/http/pretalx/error.rb
Instance Method Summary collapse
-
#initialize(message = 'Could not fetch version number, might not have correct permissions') ⇒ VersionCheckError
constructor
A new instance of VersionCheckError.
Constructor Details
#initialize(message = 'Could not fetch version number, might not have correct permissions') ⇒ VersionCheckError
Returns a new instance of VersionCheckError.
16 17 18 |
# File 'lib/msf/core/exploit/remote/http/pretalx/error.rb', line 16 def initialize( = 'Could not fetch version number, might not have correct permissions') super(message: ) end |