Exception: Arf::RPC::ServiceBase::YieldOnClosedStream

Inherits:
Error
  • Object
show all
Defined in:
lib/arf/rpc/service_base.rb

Instance Method Summary collapse

Constructor Details

#initializeYieldOnClosedStream

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