Sha256: 4dfe3fc9e4e85a54944bf754454abcaae0769c248ef85656d17262f809bbe368
Contents?: true
Size: 310 Bytes
Versions: 12
Compression:
Stored size: 310 Bytes
Contents
module Storey class StoreyError < StandardError; end class SchemaExists < StoreyError; end class SchemaReserved < StoreyError; end class SchemaInvalid < StoreyError; end class SchemaNotFound < StoreyError; end class TableNotFOund < StoreyError; end class WithinTransaction < StoreyError; end end
Version data entries
12 entries across 12 versions & 1 rubygems