Exception: Msf::Exploit::Remote::HTTP::Gitea::Error::VersionError
- Inherits:
-
WebError
- Object
- StandardError
- WebError
- Msf::Exploit::Remote::HTTP::Gitea::Error::VersionError
- Defined in:
- lib/msf/core/exploit/remote/http/gitea/error.rb
Instance Method Summary collapse
-
#initialize ⇒ VersionError
constructor
A new instance of VersionError.
Constructor Details
#initialize ⇒ VersionError
Returns a new instance of VersionError.
41 42 43 |
# File 'lib/msf/core/exploit/remote/http/gitea/error.rb', line 41 def initialize super(message: 'Unable to determine Gitea version') end |