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

Version Path
storey-0.4.2 lib/storey/exceptions.rb
storey-0.4.1 lib/storey/exceptions.rb
storey-0.4.0 lib/storey/exceptions.rb
storey-0.3.6 lib/storey/exceptions.rb
storey-0.3.5 lib/storey/exceptions.rb
storey-0.3.4 lib/storey/exceptions.rb
storey-0.3.3 lib/storey/exceptions.rb