Sha256: d5a8dcabc195d8d16dbd149e2856ae0f4c414adbb9fad7eb4dcee5f72af156fe
Contents?: true
Size: 234 Bytes
Versions: 50
Compression:
Stored size: 234 Bytes
Contents
module Dragonfly module DataStorage # Exceptions class BadUID < RuntimeError; end class DataNotFound < RuntimeError; end class UnableToStore < RuntimeError; end class DestroyError < RuntimeError; end end end
Version data entries
50 entries across 50 versions & 2 rubygems