Exception: ProtoPharm::NetConnectNotAllowedError

Inherits:
Error
  • Object
show all
Defined in:
lib/proto_pharm/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(sigunature) ⇒ NetConnectNotAllowedError

Returns a new instance of NetConnectNotAllowedError.



7
8
9
# File 'lib/proto_pharm/errors.rb', line 7

def initialize(sigunature)
  super("Real gRPC connections are disabled. #{sigunature} is requested")
end