# 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