Exception: GrpcKit::Errors::Unimplemented

Inherits:
BadStatus
  • Object
show all
Defined in:
lib/grpc_kit/errors.rb

Instance Attribute Summary

Attributes inherited from BadStatus

#code, #reason

Instance Method Summary collapse

Constructor Details

#initialize(mesage) ⇒ Unimplemented

Returns a new instance of Unimplemented.



36
37
38
# File 'lib/grpc_kit/errors.rb', line 36

def initialize(mesage)
  super(GrpcKit::StatusCodes::UNIMPLEMENTED, mesage)
end