Sha256: e59080f51cde91e82361c4f992fbc23615d3e1693bf97096f8512a8c9ce9de24

Contents?: true

Size: 279 Bytes

Versions: 2

Compression:

Stored size: 279 Bytes

Contents

module Variation
  class NegativeLengthError < StandardError; end
  class OutsideOfDomainError < StandardError; end
  class NotBetweenZeroAndOneError < StandardError; end
  class RangeNotIncreasingError < StandardError; end
  class HashedArgMissingError < StandardError; end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
variation-0.2.1 lib/variation/errors.rb
variation-0.2.0 lib/variation/errors.rb