Exception: Msf::Exploit::Remote::HTTP::Gitlab::Error::ImportError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Msf::Exploit::Remote::HTTP::Gitlab::Error::ImportError
- Defined in:
- lib/msf/core/exploit/remote/http/gitlab/error.rb
Overview
Import error
Instance Method Summary collapse
-
#initialize(message) ⇒ ImportError
constructor
A new instance of ImportError.
Constructor Details
#initialize(message) ⇒ ImportError
Returns a new instance of ImportError.
32 33 34 |
# File 'lib/msf/core/exploit/remote/http/gitlab/error.rb', line 32 def initialize() super(message: ) end |