Exception: Habitat::PromotionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/habitat/exceptions.rb

Overview

Error class for promotion errors

Instance Method Summary collapse

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