Exception: Arf::RPC::ServiceBase::YieldWithoutRespondError
- Defined in:
- lib/arf/rpc/service_base.rb
Instance Method Summary collapse
-
#initialize ⇒ YieldWithoutRespondError
constructor
A new instance of YieldWithoutRespondError.
Constructor Details
#initialize ⇒ YieldWithoutRespondError
Returns a new instance of YieldWithoutRespondError.
9 10 11 12 13 |
# File 'lib/arf/rpc/service_base.rb', line 9 def initialize super("This RPC method has response fields that must be sent before " \ "starting a stream. Please invoke #respond with the response " \ "parameters before yielding a value to the stream.") end |