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 b1e74c4 commit d81526bCopy full SHA for d81526b
src/error_handling.jl
@@ -77,7 +77,7 @@ function handle_exceptions(exceptions::Vector, action)
77
end
78
79
80
-handle_error(e, q) = rethrow(e)
+handle_error(e, q) = throw(e)
81
82
function handle_error(e::NotInstalledError, q)
83
println("Library \"", e.library, "\" is not installed but is recommended as a library to load format: \"", file_extension(q), "\"")
0 commit comments