class Rookout::Exceptions::RookBadProtobuf

Public Class Methods

new() click to toggle source
Calls superclass method Rookout::Exceptions::ToolException::new
# File lib/rookout/exceptions.rb, line 194
def initialize
  super 'Bad protobuf version. Please execute "bundle config force_ruby_platform true" before "bundler install".'
end