class InvalidSelection

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/tic_tac_toe/errors/invalid_selection.rb, line 2
def initialize(msg)
  super(msg)
end