Sha256: a1f73076c18333e757d36926d9491be974612820c65f16b7086269efaca9dd2e

Contents?: true

Size: 210 Bytes

Versions: 5

Compression:

Stored size: 210 Bytes

Contents

require 'riak/errors/base'
module Riak
  class ProtobuffsError < Error
  end

  class ProtobuffsFailedHeader < ProtobuffsError
    def initialize
      super t('pbc.failed_header')
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
riak-client-2.4.1 lib/riak/errors/protobuffs_error.rb
riak-client-2.4.0 lib/riak/errors/protobuffs_error.rb
riak-client-2.4.0.pre1 lib/riak/errors/protobuffs_error.rb
riak-client-2.3.2 lib/riak/errors/protobuffs_error.rb
riak-client-2.3.1 lib/riak/errors/protobuffs_error.rb