Exception: Msf::Exploit::Remote::HTTP::Gitlab::Error::VersionError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Msf::Exploit::Remote::HTTP::Gitlab::Error::VersionError
- Defined in:
- lib/msf/core/exploit/remote/http/gitlab/error.rb
Overview
Version error
Instance Method Summary collapse
-
#initialize ⇒ VersionError
constructor
A new instance of VersionError.
Constructor Details
#initialize ⇒ VersionError
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 |