flysystem-stream-wrapper
flysystem-stream-wrapper copied to clipboard
fix: use collectErrorMessage on StreamWrapper warning
trafficstars
We are losing the previous exception messages on warnings triggered by StreamWrapper, which is very inconvenient for debugging.
I am therefore using the ExceptionHandler::collectErrorMessage() method to have the same behavior as the StreamCommand.