diff --git a/base/error.jl b/base/error.jl index a1a7d1817d4c6..37155e1e490e7 100644 --- a/base/error.jl +++ b/base/error.jl @@ -20,6 +20,8 @@ throw(e) Throw an object as an exception. + +See also: [`rethrow`](@ref). """ throw