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

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

Overview

Authentication error

Instance Method Summary collapse

Constructor Details

#initializeAuthenticationError

Returns a new instance of AuthenticationError.



11
12
13
# File 'lib/msf/core/exploit/remote/http/gitlab/error.rb', line 11

def initialize
  super(message: 'Authentication failed')
end