Exception: Msf::Exploit::Remote::HTTP::Kubernetes::Error::AuthenticationError
- Inherits:
-
ApiError
- Object
- StandardError
- ApiError
- Msf::Exploit::Remote::HTTP::Kubernetes::Error::AuthenticationError
- Defined in:
- lib/msf/core/exploit/remote/http/kubernetes/error.rb
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
-
#initialize(message: nil, res: nil) ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
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: || "Kubernetes AuthenticationError - token may be invalid", res: res) end |