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