Sha256: b1d0165a46a7671d0a5f8166b4c75f6aa57f660c835db0cdf8696c3ab943c700
Contents?: true
Size: 412 Bytes
Versions: 9
Compression:
Stored size: 412 Bytes
Contents
# frozen_string_literal: true # rubocop:todo all module Unified class Error < StandardError class ResultMismatch < Error end class ErrorMismatch < Error end class UnhandledField < Error end class EntityMapOverwriteAttempt < Error end class EntityMissing < Error end class InvalidTest < Error end class UnsupportedOperation < Error end end end
Version data entries
9 entries across 9 versions & 2 rubygems