class PackageFlavorDoesNotExist

Public Class Methods

new(which_flavor, flavors) click to toggle source
Calls superclass method
# File lib/lace/exceptions.rb, line 56
def initialize which_flavor, flavors
  super "Flavor '#{which_flavor}' does not exist"
end