Exception: Msf::Exploit::Remote::HTTP::Gitlab::Error::GroupError

Inherits:
ClientError
  • Object
show all
Defined in:
lib/msf/core/exploit/remote/http/gitlab/error.rb

Overview

Group error

Instance Method Summary collapse

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(message)
  super(message: message)
end