File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5357,8 +5357,8 @@ before the statement body is executed and exited when the statement ends:
53575357 to suppress the exception and continue execution with the statement immediately
53585358 following the :keyword: `!with ` statement. Otherwise the exception continues
53595359 propagating after this method has finished executing. Exceptions that occur
5360- during execution of this method will replace any exception that occurred in the
5361- body of the :keyword: `!with ` statement.
5360+ during execution of this method will be propagated on top of any exception that
5361+ occurred in the body of the :keyword: `!with ` statement.
53625362
53635363 The exception passed in should never be reraised explicitly - instead, this
53645364 method should return a false value to indicate that the method completed
You can’t perform that action at this time.
0 commit comments