Exception: Kobako::YieldValueError

Inherits:
Error
  • Object
show all
Defined in:
lib/kobako/errors.rb,
sig/kobako/errors.rbs

Overview

Raised at a Service method's yield site when a yield argument has no wire representation, so the round-trip never left the host and the block never ran. As BlockError, a Service rescues it at that site and may go on, so it never reaches the Host App as an invocation outcome; unrescued, the dispatch answers as that Service having failed.