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

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

Overview

GitLab error mixin

Instance Method Summary collapse

Constructor Details

#initialize(message: nil) ⇒ ClientError

Returns a new instance of ClientError.



4
5
6
# File 'lib/msf/core/exploit/remote/http/gitlab/error.rb', line 4

def initialize(message: nil)
  super(message || 'Gitlab Client Error')
end