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