Exception: Msf::Exploit::Remote::HTTP::Gitea::Error::MigrationError
- Inherits:
-
WebError
- Object
- StandardError
- WebError
- Msf::Exploit::Remote::HTTP::Gitea::Error::MigrationError
- Defined in:
- lib/msf/core/exploit/remote/http/gitea/error.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ MigrationError
constructor
A new instance of MigrationError.
Constructor Details
#initialize(message) ⇒ MigrationError
Returns a new instance of MigrationError.
23 24 25 |
# File 'lib/msf/core/exploit/remote/http/gitea/error.rb', line 23 def initialize() super(message: ) end |