Exception: GrpcMock::NetConnectNotAllowedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/grpc_mock/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(sigunature) ⇒ NetConnectNotAllowedError

Returns a new instance of NetConnectNotAllowedError.



5
6
7
# File 'lib/grpc_mock/errors.rb', line 5

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