Flows: Exception Handeling - devrath/KotlinAlchemy GitHub Wiki
Catching the exceptions
- Collectors can use the
try-catchto catch the exceptions- Exceptions are thrown in the emitter code.
- Exceptions are thrown in collector code.