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