Flows: Exception Handeling - devrath/KotlinAlchemy GitHub Wiki

photo-1551621490-5cb8cbc4437b_ixlib=rb-1 2

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.