frame-js / Frame

Frame is a flow based programming library for databases, APIs, utilities, objects, schemas and more!
MIT License
17 stars 2 forks source link

Appropriate Error catching #13

Open bugs181 opened 5 years ago

bugs181 commented 5 years ago

Add blueprint.Frame.canCatch so we can determine whether an appropriate error path is available. Otherwise throw to main application. In addition, add .catch() API for all potential errors without error propagation handlers.

Progress: