We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba76c6 commit 2c3a66fCopy full SHA for 2c3a66f
stdlib/Distributed/src/process_messages.jl
@@ -45,9 +45,9 @@ struct RemoteException <: Exception
45
end
46
47
"""
48
- capture_exception(ex::RemoteException, bt) = ex
+ capture_exception(ex::RemoteException, bt)
49
50
-Returns `ex` which has already captured a backtrace (via it's [`CapturedException`](@ref)).
+Returns `ex::RemoteException` which has already captured a backtrace (via it's [`CapturedException`](@ref) field `captured`).
51
52
Base.capture_exception(ex::RemoteException, bt) = ex
53
0 commit comments