aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/lib
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2015-07-17 16:29:10 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2015-07-17 16:29:10 -0700
commitc2c43a4917d7da263e360a4096d6603da8535bdf (patch)
tree6814876164bc4c7723e4a818193ac3c686eba361 /ruby/lib
parent95ee8fb88ec8482cf64a2e564227dcb662ebcfa6 (diff)
Fixed lint errors and responded to CR comments.
Change-Id: If7b1cc0f03f609a7f43ddafc8509b44207c60910
Diffstat (limited to 'ruby/lib')
-rw-r--r--ruby/lib/google/protobuf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/lib/google/protobuf.rb b/ruby/lib/google/protobuf.rb
index 74ea770d..f0eb6268 100644
--- a/ruby/lib/google/protobuf.rb
+++ b/ruby/lib/google/protobuf.rb
@@ -35,7 +35,7 @@ require 'google/protobuf/message_exts'
# That way the module init can grab references to these.
module Google
module Protobuf
- class Error < RuntimeError; end
+ class Error < StandardError; end
class ParseError < Error; end
end
end