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.



3
4
5
# File 'lib/grpc_mock/errors.rb', line 3

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