Exception: Arf::RPC::ServiceBase::YieldWithoutStreamError

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

Instance Method Summary collapse

Constructor Details

#initializeYieldWithoutStreamError

Returns a new instance of YieldWithoutStreamError.



17
18
19
20
# File 'lib/arf/rpc/service_base.rb', line 17

def initialize
  super("This RPC method does not have an output stream and cannot " \
        "yield values.")
end