Closed
Description
julia> let
for i = 1:2
try
throw("No, I am not the cause of your misery")
catch
break
finally
end
end
error("HI")
end
ERROR: HI
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] top-level scope at ./REPL[8]:10
caused by [exception 1]
"No, I am not the cause of your misery"
Stacktrace:
[1] top-level scope at ./REPL[8]:4