Method: Msf::Exploit::Remote::HTTP::Gitlab::Error::ImportError#initialize
- Defined in:
- lib/msf/core/exploit/remote/http/gitlab/error.rb
#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 |