Exception: HubClustersCreator::Errors::InitializerError
- Inherits:
-
StandardError
- Object
- StandardError
- HubClustersCreator::Errors::InitializerError
- Defined in:
- lib/hub-clusters-creator/errors.rb
Overview
InitializerError is thrown when we’ve encountered an error attempting to bootstrap cluster
Instance Method Summary collapse
-
#initialize(msg = 'failed attempting to bootstrap the cluster') ⇒ InitializerError
constructor
A new instance of InitializerError.
Constructor Details
#initialize(msg = 'failed attempting to bootstrap the cluster') ⇒ InitializerError
Returns a new instance of InitializerError.
42 43 44 |
# File 'lib/hub-clusters-creator/errors.rb', line 42 def initialize(msg = 'failed attempting to bootstrap the cluster') super(msg) end |