Sha256: 1487e662bcd94e175d9fd5b4d886dd68d8f64a476843e975475c116ed91e2023
Contents?: true
Size: 215 Bytes
Versions: 6
Compression:
Stored size: 215 Bytes
Contents
# frozen_string_literal: true module Split class InvalidPersistenceAdapterError < StandardError; end class ExperimentNotFound < StandardError; end class InvalidExperimentsFormatError < StandardError; end end
Version data entries
6 entries across 6 versions & 1 rubygems