class HubClustersCreator::Errors::InfrastructureError
InfrastructureError
defines an error occurred creating or configuring the cluster
Public Class Methods
new(msg = 'failed attempting to create the cluster')
click to toggle source
Calls superclass method
# File lib/hub-clusters-creator/errors.rb, line 24 def initialize(msg = 'failed attempting to create the cluster') super(msg) end