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

Version Path
storey-2.2.0 lib/storey/exceptions.rb
storey-2.1.2 lib/storey/exceptions.rb
storey-2.1.1 lib/storey/exceptions.rb
storey-2.1.0 lib/storey/exceptions.rb
storey-2.0.2 lib/storey/exceptions.rb
storey-2.0.1 lib/storey/exceptions.rb
storey-2.0.0 lib/storey/exceptions.rb
storey-1.0.0 lib/storey/exceptions.rb
storey-0.6.0 lib/storey/exceptions.rb
storey-0.5.2 lib/storey/exceptions.rb
storey-0.5.1 lib/storey/exceptions.rb
storey-0.5.0 lib/storey/exceptions.rb