class GrpcMock::NoResponseError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/grpc_mock/errors.rb, line 11
def initialize(msg)
  super("There is no response: #{msg}")
end