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