Exception: Mgmg::Over20Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mgmg/utils.rb

Instance Method Summary collapse

Constructor Details

#initialize(star) ⇒ Over20Error

Returns a new instance of Over20Error.



126
127
128
# File 'lib/mgmg/utils.rb', line 126

def initialize(star)
	super("The star of given recipe is #{star}. It can't be built since the star is over 20.")
end