class Samovar::InvalidInputError

def initialize(command, input)

def initialize(command, input)
	@command = command
	@input = input
	
	super "Could not parse token #{input.first.inspect}"
end