Exception: Tetromino::Exceptions::TooHeavyItem

Inherits:
Error
  • Object
show all
Defined in:
lib/tetromino/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
# File 'lib/tetromino/exceptions.rb', line 6

def message
 'Item is too big to fit in the box'
end