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

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

Overview

Import error

Instance Method Summary collapse

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