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