• 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
..
basic.rb Loading commit data...
encode_decode_test.rb Loading commit data...
gc_test.rb Loading commit data...
generated_code.proto Loading commit data...
generated_code_test.rb Loading commit data...
repeated_field_test.rb Loading commit data...
stress.rb Loading commit data...
test_import.proto Loading commit data...
test_ruby_package.proto Loading commit data...
well_known_types_test.rb Loading commit data...