• Erik Benoist's avatar
    Adds a base class for all explicitly raised TypeErrors (#4255) · 74f8e242
    Erik Benoist authored
    * This allows for ruby code to catch and handle Protobuf
        TypeErrors separately from the standard Ruby TypeError
    
      * Maintains backwards compatibility by having the new
        Google::Protobuf::TypeError inherit from the base
        TypeError. Any code that was catching TypeError should
        continue to work.
    74f8e242
Name
Last commit
Last update
..
defs.c Loading commit data...
encode_decode.c Loading commit data...
extconf.rb Loading commit data...
map.c Loading commit data...
message.c Loading commit data...
protobuf.c Loading commit data...
protobuf.h Loading commit data...
repeated_field.c Loading commit data...
storage.c Loading commit data...
upb.c Loading commit data...
upb.h Loading commit data...
wrap_memcpy.c Loading commit data...