# frozen_string_literal: true class InputError < StandardError def initialize super("Incorrect state of the game") end end