mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update PR
* Update PR
This commit is contained in:
parent
fbfc7e6d3c
commit
9b0aba3538
1 changed files with 1 additions and 1 deletions
|
|
@ -2068,7 +2068,7 @@ class OneDriveApi {
|
|||
// A FileSystem exception was thrown from somewhere
|
||||
} catch (FileException exception) {
|
||||
// There was a file system error - display the error message
|
||||
displayFileSystemErrorMessage(exception.msg, callingFunction, "unknown file path");
|
||||
displayFileSystemErrorMessage(exception.msg, callingFunction, ""); // as we have no file path reference here, use a blank input
|
||||
throw new OneDriveException(0, "There was a file system error during OneDrive request: " ~ exception.msg, response);
|
||||
|
||||
// A OneDriveError was thrown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue