bmritz / datajet

A Data Dependency Graph Framework and Executor
https://bmritz.github.io/datajet/
MIT License
2 stars 1 forks source link

Implement try-catch for errors raised in resolver functions #1

Closed bmritz closed 2 years ago

bmritz commented 2 years ago

If a specific library-level error is raised in a resolver function, then abort resolution on the current "path to resolution" and attempt resolution via another path (if available).