Skip to content

Commit

Permalink
Add mention of rethrow() to ?throw (JuliaLang#43669)
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Jan 6, 2022
1 parent 98b485e commit e1e391e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/error.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"""
throw(e)
Throw an object as an exception.
Throw an object as an exception. To rethrow the current exception from
within a `catch` block, use `rethrow()`.
"""
throw

Expand Down

0 comments on commit e1e391e

Please sign in to comment.