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.
current_exception
1 parent c5cc728 commit 03d9e89Copy full SHA for 03d9e89
src/runtime.jl
@@ -9,7 +9,7 @@
9
10
# Return the current exception. In JuliaLowering we use this rather than the
11
# special form `K"the_exception"` to reduces the number of special forms.
12
-Base.@assume_effects :removable :nothrow function current_exception()
+Base.@assume_effects :removable function current_exception()
13
@ccall jl_current_exception(current_task()::Any)::Any
14
end
15
0 commit comments