We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a882841 commit 6869f16Copy full SHA for 6869f16
doc/data/messages/r/raise-missing-from/details.rst
@@ -1,4 +1,5 @@
1
-You are raising the %s exception after the %s exception was caught.
+You are raising a new exception after an old exception was caught.
2
+
3
It's likely that the second exception is a friendly re-wrapping of the first exception,
-therefore you should use ``raise new_exception from old_exception`` to see an accurate message
4
+therefore you should use ``raise NewException(...) from old_exception`` to see an accurate message
5
between the two tracebacks.
0 commit comments