Exception: ProtoPharm::NetConnectNotAllowedError
- Defined in:
- lib/proto_pharm/errors.rb
Instance Method Summary collapse
-
#initialize(sigunature) ⇒ NetConnectNotAllowedError
constructor
A new instance of NetConnectNotAllowedError.
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 |