Exception: KubernetesMetadata::Common::GoneError
- Inherits:
-
StandardError
- Object
- StandardError
- KubernetesMetadata::Common::GoneError
- Defined in:
- lib/fluent/plugin/kubernetes_metadata_common.rb
Instance Method Summary collapse
-
#initialize(msg = '410 Gone') ⇒ GoneError
constructor
A new instance of GoneError.
Constructor Details
#initialize(msg = '410 Gone') ⇒ GoneError
Returns a new instance of GoneError.
24 25 26 |
# File 'lib/fluent/plugin/kubernetes_metadata_common.rb', line 24 def initialize(msg = '410 Gone') super end |