Skip to content

Commit 6dbb685

Browse files
committed
change warnings to important
1 parent 405208e commit 6dbb685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/transactions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ tabs to learn about the methods to manage your transaction:
103103
learn more about this method, see the :manual:`withTransaction() page
104104
</reference/method/Session.withTransaction/>` in the Server manual.
105105

106-
.. warning:: Handling Exceptions
106+
.. important:: Handling Exceptions
107107

108108
When catching exceptions within the callback function used by
109109
``WithTransaction()``, you **must** rethrow the exception before
@@ -162,7 +162,7 @@ tabs to learn about the methods to manage your transaction:
162162
learn more about this method, see the :manual:`withTransaction() page
163163
</reference/method/Session.withTransaction/>` in the Server manual.
164164

165-
.. warning:: Handling Exceptions
165+
.. important:: Handling Exceptions
166166

167167
When catching exceptions within the callback function used by
168168
``WithTransactionAsync()``, you **must** rethrow the exception

0 commit comments

Comments
 (0)