class Protobuf::Rpc::BadResponseProto

Public Class Methods

new(message = 'Bad response type from server') click to toggle source
Calls superclass method Protobuf::Rpc::PbError::new
# File lib/protobuf/rpc/error/client_error.rb, line 13
def initialize(message = 'Bad response type from server')
  super message, 'BAD_RESPONSE_PROTO'
end