Exception: Msf::Exploit::Remote::HTTP::Gitlab::Error::AuthenticationError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Msf::Exploit::Remote::HTTP::Gitlab::Error::AuthenticationError
- Defined in:
- lib/msf/core/exploit/remote/http/gitlab/error.rb
Overview
Authentication error
Instance Method Summary collapse
-
#initialize ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Constructor Details
#initialize ⇒ AuthenticationError
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 |