Exception: Arf::RPC::ServiceBase::YieldOnClosedStream
- Defined in:
- lib/arf/rpc/service_base.rb
Instance Method Summary collapse
-
#initialize ⇒ YieldOnClosedStream
constructor
A new instance of YieldOnClosedStream.
Constructor Details
#initialize ⇒ YieldOnClosedStream
Returns a new instance of YieldOnClosedStream.
24 25 26 |
# File 'lib/arf/rpc/service_base.rb', line 24 def initialize super("Cannot call yield after closing the output stream.") end |