logger
logger copied to clipboard
Use proper methods to stringify exception
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.
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?