Exception: HubClustersCreator::Errors::InitializerError

Inherits:
StandardError
  • Object
show all
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

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