Skip to content

Commit a05cb7e

Browse files
authored
doc: add reference to rethrow() in throw docstring, closes #43669 (#43674)
1 parent 45faa5c commit a05cb7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/error.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
throw(e)
2121
2222
Throw an object as an exception.
23+
24+
See also: [`rethrow`](@ref).
2325
"""
2426
throw
2527

0 commit comments

Comments
 (0)