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

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

Instance Method Summary collapse

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(message = 'Could not fetch version number, might not have correct permissions')
  super(message: message)
end