Sha256: 77cc2a1ce7fc90c1e10a76c92d8132245b8f667f12ff6a552718f392d3f4d5e1
Contents?: true
Size: 194 Bytes
Versions: 20
Compression:
Stored size: 194 Bytes
Contents
# frozen_string_literal: true module Versionaire module Errors # Thrown when attempting to convert (cast) an invalid primitive to a version. class Conversion < Base end end end
Version data entries
20 entries across 20 versions & 1 rubygems