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

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ UnknownError

Returns a new instance of UnknownError.



35
36
37
# File 'lib/msf/core/exploit/remote/http/gitea/error.rb', line 35

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