hybrid.core.Runnable.error#
- Runnable.error(exc)[source]#
Execute one blocking iteration of an instantiated
Runnable
with an exception as input.Called when the previous component raised an exception instead of generating a new state.
The default implementation raises again the input exception. Runnable errors must be explicitly silenced.