Exception: Mgmg::Over20Error
- Inherits:
-
StandardError
- Object
- StandardError
- Mgmg::Over20Error
- Defined in:
- lib/mgmg/utils.rb
Instance Method Summary collapse
-
#initialize(star) ⇒ Over20Error
constructor
A new instance of Over20Error.
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 |