Exception: Msf::Exploit::Remote::HTTP::Gitlab::Error::VersionError

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

Overview

Version error

Instance Method Summary collapse

Constructor Details

#initializeVersionError

Returns a new instance of VersionError.



39
40
41
# File 'lib/msf/core/exploit/remote/http/gitlab/error.rb', line 39

def initialize
  super(message: 'Unable to determine Gitlab version')
end