class PackageFlavorDoesNotExist
Public Class Methods
Source
# File lib/lace/exceptions.rb, line 56 def initialize which_flavor, flavors super "Flavor '#{which_flavor}' does not exist" end
Calls superclass method
# File lib/lace/exceptions.rb, line 56 def initialize which_flavor, flavors super "Flavor '#{which_flavor}' does not exist" end