Sha256: aa9b902388c740e3b06804d70d08e57c31eb52911381a8836b6585bccc427af9
Contents?: true
Size: 227 Bytes
Versions: 7
Compression:
Stored size: 227 Bytes
Contents
module Storey class StoreyError < StandardError; end class SchemaExists < StoreyError; end class SchemaNotFound < StoreyError; end class TableNotFOund < StoreyError; end class WithinTransaction < StoreyError; end end
Version data entries
7 entries across 7 versions & 1 rubygems