Sha256: 652b27396b1c31fc6893cd3014bfcc77ecbc3a6e1f57dacfd72f6e4771e762d9
Contents?: true
Size: 191 Bytes
Versions: 8
Compression:
Stored size: 191 Bytes
Contents
module Dragonfly module DataStorage # Exceptions class BadUID < RuntimeError; end class DataNotFound < RuntimeError; end class UnableToStore < RuntimeError; end end end
Version data entries
8 entries across 8 versions & 1 rubygems