Sha256: f43640423c4def9f3c69923b2cf946753b36d1152c0af7802de8ad81cc43d5dd

Contents?: true

Size: 177 Bytes

Versions: 52

Compression:

Stored size: 177 Bytes

Contents

module Protobuf

  class Error < StandardError; end

  class InvalidWireType < Error; end

  class NotInitializedError < Error; end

  class TagCollisionError < Error; end

end

Version data entries

52 entries across 52 versions & 2 rubygems

Version Path
protobuf-1.1.0.beta0 lib/protobuf/common/exceptions.rb
protobuf-1.0.1 lib/protobuf/common/exceptions.rb
protobuf-1.0.0 lib/protobuf/common/exceptions.rb
ruby_protobuf-0.4.11 lib/protobuf/common/exceptions.rb
ruby_protobuf-0.4.10 lib/protobuf/common/exceptions.rb
ruby_protobuf-0.4.9 lib/protobuf/common/exceptions.rb
ruby_protobuf-0.4.8 lib/protobuf/common/exceptions.rb
ruby_protobuf-0.4.7 lib/protobuf/common/exceptions.rb
ruby_protobuf-0.4.6 lib/protobuf/common/exceptions.rb
ruby_protobuf-0.4.5 lib/protobuf/common/exceptions.rb
ruby_protobuf-0.4.4 lib/protobuf/common/exceptions.rb
ruby_protobuf-0.4.1 lib/protobuf/common/exceptions.rb