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

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

Instance Method Summary collapse

Constructor Details

#initializeAuthenticationError

Returns a new instance of AuthenticationError.



17
18
19
# File 'lib/msf/core/exploit/remote/http/gitea/error.rb', line 17

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