Sha256: 414429f7bcaf7d3e717a900620c6d6753d2d2cda9e12c44984096a88535260b8

Contents?: true

Size: 323 Bytes

Versions: 124

Compression:

Stored size: 323 Bytes

Contents

module Protobuf
  class Error < StandardError; end
  class InvalidWireType < Error; end
  class NotInitializedError < Error; end
  class TagCollisionError < Error; end
  class SerializationError < StandardError; end
  class FieldNotDefinedError < StandardError; end
  class DuplicateFieldNameError < StandardError; end
end

Version data entries

124 entries across 124 versions & 5 rubygems

Version Path
protobuf-cucumber-3.10.4 lib/protobuf/exceptions.rb
protobuf-3.10.3 lib/protobuf/exceptions.rb
protobuf-3.10.2 lib/protobuf/exceptions.rb
protobuf-3.10.1 lib/protobuf/exceptions.rb
protobuf-3.10.0 lib/protobuf/exceptions.rb
protobuf-3.10.0.pre0 lib/protobuf/exceptions.rb
protobuf-3.9.0 lib/protobuf/exceptions.rb
protobuf-3.9.0.pre2 lib/protobuf/exceptions.rb
protobuf-3.9.0.pre lib/protobuf/exceptions.rb
protobuf-3.8.5 lib/protobuf/exceptions.rb
protobuf-3.8.5.pre0 lib/protobuf/exceptions.rb
protobuf-3.8.4 lib/protobuf/exceptions.rb
protobuf-3.8.3 lib/protobuf/exceptions.rb
protobuf-3.8.2 lib/protobuf/exceptions.rb
protobuf-3.8.1 lib/protobuf/exceptions.rb
protobuf-3.8.0 lib/protobuf/exceptions.rb
protobuf-3.8.0.pre1 lib/protobuf/exceptions.rb
protobuf-core-3.5.0 lib/protobuf/exceptions.rb
protobuf-3.7.5 lib/protobuf/exceptions.rb
protobuf-3.7.4 lib/protobuf/exceptions.rb