Sha256: fa3252d8cf25d20cba25414ff867c63483b75719b0d50c365349ae867ff10bf7
Contents?: true
Size: 365 Bytes
Versions: 13
Compression:
Stored size: 365 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 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 end end
Version data entries
13 entries across 13 versions & 1 rubygems