Skip to content

Commit 410a8bf

Browse files
[9.x] Specify exception throwing for Filesystem in upgrade guide (#7755)
* Update upgrade.md * Update upgrade.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 3c8f983 commit 410a8bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

upgrade.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,11 @@ Before using the S3, FTP, or SFTP drivers, you will need to install the appropri
320320

321321
#### Overwriting Existing Files
322322

323-
Write operations such as `put`, `write`, `writeStream` now overwrite existing files by default. If you do not want to overwrite existing files, you should manually check for the file's existence before performing the write operation.
323+
Write operations such as `put`, `write`, and `writeStream` now overwrite existing files by default. If you do not want to overwrite existing files, you should manually check for the file's existence before performing the write operation.
324+
325+
#### Write Exceptions
326+
327+
Write operations such as `put`, `write`, and `writeStream` no longer throw an exception when a write operation fails. Instead, `false` is returned.
324328

325329
#### Reading Missing Files
326330

0 commit comments

Comments
 (0)