Sha256: 7c8ec82b6452f2ddb01cc5e91c6449df100979f7440e346c04cbbcad2cdc67c4
Contents?: true
Size: 179 Bytes
Versions: 10
Compression:
Stored size: 179 Bytes
Contents
# frozen_string_literal: true module Arstotzka module Exception # Exception raised when a key in the hash is not found class KeyNotFound < StandardError; end end end
Version data entries
10 entries across 10 versions & 1 rubygems