Exception: HubClustersCreator::Errors::InfrastructureError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/hub-clusters-creator/errors.rb

Overview

InfrastructureError defines an error occurred creating or configuring the cluster

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'failed attempting to create the cluster') ⇒ InfrastructureError

Returns a new instance of InfrastructureError.



24
25
26
# File 'lib/hub-clusters-creator/errors.rb', line 24

def initialize(msg = 'failed attempting to create the cluster')
  super(msg)
end