Exception: Arf::RPC::ServiceBase::YieldWithoutStreamError
- Defined in:
- lib/arf/rpc/service_base.rb
Instance Method Summary collapse
-
#initialize ⇒ YieldWithoutStreamError
constructor
A new instance of YieldWithoutStreamError.
Constructor Details
#initialize ⇒ YieldWithoutStreamError
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 |