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

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

Instance Attribute Summary

Attributes inherited from ApiError

#res

Instance Method Summary collapse

Constructor Details

#initialize(message: nil, res: nil) ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



28
29
30
# File 'lib/msf/core/exploit/remote/http/kubernetes/error.rb', line 28

def initialize(message: nil, res: nil)
  super(message: message || "Kubernetes AuthenticationError - token may be invalid", res: res)
end