Sha256: bb95050a68fc384f16ad41554a63be604398e59cf29da31c5def7684c2e446d3

Contents?: true

Size: 182 Bytes

Versions: 31

Compression:

Stored size: 182 Bytes

Contents

module Superstore
  class CasssandraObjectError < StandardError
  end

  class RecordNotSaved < CasssandraObjectError
  end

  class RecordNotFound < CasssandraObjectError
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
superstore-2.4.4 lib/superstore/errors.rb
superstore-2.4.3 lib/superstore/errors.rb
superstore-2.4.2 lib/superstore/errors.rb
superstore-2.4.1 lib/superstore/errors.rb
superstore-2.4.0 lib/superstore/errors.rb
superstore-2.3.0 lib/superstore/errors.rb
superstore-2.2.0 lib/superstore/errors.rb
superstore-2.1.3 lib/superstore/errors.rb
superstore-2.1.2 lib/superstore/errors.rb
superstore-2.1.1 lib/superstore/errors.rb
superstore-2.1.0 lib/superstore/errors.rb
superstore-2.0.1 lib/superstore/errors.rb
superstore-2.0.0 lib/superstore/errors.rb
superstore-1.2.0 lib/superstore/errors.rb
superstore-1.1.4 lib/superstore/errors.rb
superstore-1.1.3 lib/superstore/errors.rb
superstore-1.1.2 lib/superstore/errors.rb
superstore-1.1.1 lib/superstore/errors.rb
superstore-1.1.0 lib/superstore/errors.rb
superstore-1.0.12 lib/superstore/errors.rb