lisad / phaser

The missing layer for complex data batch integration pipelines
MIT License
9 stars 1 forks source link

Reporting tracebacks #99

Closed lisad closed 7 months ago

lisad commented 7 months ago

I messed up my branches so this accidentally includes the docs fixes that are in a separate PR

Tracebacks are included for every error and every warning (though should they?) if it's a DataException If it's a PhaserError, the traceback for whatever caused it is shown

paying off our exception hierarchy!

I think this fixes #87 sufficiently