Exception: Rookout::Exceptions::RookBadProtobuf

Inherits:
ToolException
  • Object
show all
Defined in:
lib/rookout/exceptions.rb

Instance Attribute Summary

Attributes inherited from ToolException

#parameters

Instance Method Summary collapse

Constructor Details

#initializeRookBadProtobuf

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