logger icon indicating copy to clipboard operation
logger copied to clipboard

Use proper methods to stringify exception

Open Deltachaos opened this issue 2 years ago • 1 comments

The current process to stringify exceptions does not produce the same output as if the exception would not have been catched. Especially the lack of parent exceptions makes it very difficult to debug.

Deltachaos avatar Jun 07 '23 12:06 Deltachaos

Oh that's brilliant!

@Deltachaos just to be clear, can you confirm that this will print the exception in exactly the same way that PHP prints uncaught exceptions?

mnapoli avatar Jun 16 '23 09:06 mnapoli