• 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
..
compatibility_tests/v3.0.0 Loading commit data...
ext/google/protobuf_c Loading commit data...
lib/google Loading commit data...
src/main Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
Gemfile Loading commit data...
README.md Loading commit data...
Rakefile Loading commit data...
google-protobuf.gemspec Loading commit data...
pom.xml Loading commit data...
travis-test.sh Loading commit data...