Exception: PackageFlavorDoesNotExist

Inherits:
FlavorError
  • Object
show all
Defined in:
lib/lace/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(which_flavor, flavors) ⇒ PackageFlavorDoesNotExist

Returns a new instance of PackageFlavorDoesNotExist.



56
57
58
# File 'lib/lace/exceptions.rb', line 56

def initialize which_flavor, flavors
  super "Flavor '#{which_flavor}' does not exist"
end