class ProtoPharm::NetConnectNotAllowedError

Public Class Methods

new(sigunature) click to toggle source
Calls superclass method
# File lib/proto_pharm/errors.rb, line 7
def initialize(sigunature)
  super("Real gRPC connections are disabled. #{sigunature} is requested")
end