Exception: UffizziCore::ClusterScaleError
- Inherits:
-
StandardError
- Object
- StandardError
- UffizziCore::ClusterScaleError
- Defined in:
- app/errors/uffizzi_core/cluster_scale_error.rb
Instance Method Summary collapse
-
#initialize(action) ⇒ ClusterScaleError
constructor
A new instance of ClusterScaleError.
Constructor Details
#initialize(action) ⇒ ClusterScaleError
Returns a new instance of ClusterScaleError.
4 5 6 7 8 |
# File 'app/errors/uffizzi_core/cluster_scale_error.rb', line 4 def initialize(action) = I18n.t('cluster.scaling_failed', action: action) super() end |