Exception: Msf::Exploit::Remote::HTTP::Kubernetes::Error::NotFoundError
- Inherits:
-
ApiError
- Object
- StandardError
- ApiError
- Msf::Exploit::Remote::HTTP::Kubernetes::Error::NotFoundError
- 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) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(message: nil, res: nil) ⇒ NotFoundError
Returns a new instance of NotFoundError.
40 41 42 |
# File 'lib/msf/core/exploit/remote/http/kubernetes/error.rb', line 40 def initialize(message: nil, res: nil) super(message: || "Kubernetes NotFoundError - resource not found", res: res) end |