Exception: GrpcKit::Errors::Internal
- Defined in:
- lib/grpc_kit/errors.rb
Instance Attribute Summary
Attributes inherited from BadStatus
Instance Method Summary collapse
-
#initialize(message) ⇒ Internal
constructor
A new instance of Internal.
Constructor Details
#initialize(message) ⇒ Internal
Returns a new instance of Internal.
127 128 129 |
# File 'lib/grpc_kit/errors.rb', line 127 def initialize() super(GrpcKit::StatusCodes::INTERNAL, ) end |