acorn icon indicating copy to clipboard operation
acorn copied to clipboard

🧑‍💻 Append the original exception message to the skipped provider exception

Open Log1x opened this issue 1 year ago • 2 comments

Log1x avatar Aug 24 '24 23:08 Log1x

Thank you! I've been using this in an extended Application class and it is a vast improvement over the current behavior 🙂. Eventually, it would be great to expose a stack trace from the problematic provider too.

You should be able to get a stack trace because it passes the the encountered exception as the $previous argument. Is that not working?

QWp6t avatar Sep 26 '24 17:09 QWp6t

You should be able to get a stack trace because it passes the the encountered exception as the $previous argument. Is that not working?

No, it doesn't work which is why I did this fix. It's otherwise a bit frustrating and has caused a good bit of support requests since the provider skipping behavior was implemented.

Log1x avatar Sep 27 '24 02:09 Log1x