Sha256: 21c46392c645a76d8088cee9cdfe76f8257c268bc93cec28820c5dd3649a9b34
Contents?: true
Size: 132 Bytes
Versions: 9
Compression:
Stored size: 132 Bytes
Contents
# frozen_string_literal: true class InputError < StandardError def initialize super("Incorrect state of the game") end end
Version data entries
9 entries across 9 versions & 1 rubygems