Exception: Msf::Exploit::Remote::HTTP::Gitea::Error::UnknownError
- Inherits:
-
WebError
- Object
- StandardError
- WebError
- Msf::Exploit::Remote::HTTP::Gitea::Error::UnknownError
- Defined in:
- lib/msf/core/exploit/remote/http/gitea/error.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ UnknownError
constructor
A new instance of UnknownError.
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() super(message: ) end |