Exception: Habitat::PromotionError
- Inherits:
-
StandardError
- Object
- StandardError
- Habitat::PromotionError
- Defined in:
- lib/habitat/exceptions.rb
Overview
Error class for promotion errors
Instance Method Summary collapse
-
#initialize(msg = 'Promotion of package on Depot server failed') ⇒ PromotionError
constructor
A new instance of PromotionError.
Constructor Details
#initialize(msg = 'Promotion of package on Depot server failed') ⇒ PromotionError
Returns a new instance of PromotionError.
20 21 22 |
# File 'lib/habitat/exceptions.rb', line 20 def initialize(msg = 'Promotion of package on Depot server failed') super end |