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

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

Instance Method Summary collapse

Constructor Details

#initializeVersionError

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