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

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) ⇒ 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: message || "Kubernetes NotFoundError - resource not found", res: res)
end