Exception: Rookout::Exceptions::RookBadProtobuf
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookBadProtobuf
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize ⇒ RookBadProtobuf
constructor
A new instance of RookBadProtobuf.
Constructor Details
#initialize ⇒ RookBadProtobuf
Returns a new instance of RookBadProtobuf.
225 226 227 |
# File 'lib/rookout/exceptions.rb', line 225 def initialize super 'Bad protobuf version. Please execute "bundle config force_ruby_platform true" before "bundler install".' end |