class HubClustersCreator::Errors::InitializerError

InitializerError is thrown when we've encountered an error attempting to bootstrap cluster

Public Class Methods

new(msg = 'failed attempting to bootstrap the cluster') click to toggle source
Calls superclass method
# File lib/hub-clusters-creator/errors.rb, line 42
def initialize(msg = 'failed attempting to bootstrap the cluster')
  super(msg)
end