Exception: OffBoardError

Inherits:
MoveError show all
Defined in:
lib/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



29
30
31
# File 'lib/errors.rb', line 29

def message
  "That position is off the board."
end