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

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ RepositoryError

Returns a new instance of RepositoryError.



29
30
31
# File 'lib/msf/core/exploit/remote/http/gitea/error.rb', line 29

def initialize(message)
  super(message: message)
end