Closed timosturm closed 2 years ago
This improves usability of the library by providing necessary information for fixing the cause of the exception.
Before:
Unhandled exception: Instance of 'RequestException' [...]
After:
Unhandled exception: RequestException{method: GET, url: http://example.com, statusCode: 500, body: myBody} [...]
Fixed in https://github.com/jld3103/nextcloud-harbour/tree/7951dc263975e000b83ddb1d703d8cbfaead1180/packages/nextcloud
This improves usability of the library by providing necessary information for fixing the cause of the exception.
Before:
After: