Exception: InvalidMoveError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/errors.rb', line 5

def message
  "Not one of the possible moves for that piece."
end