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.
MacroExpansionError
Exception
1 parent 1609982 commit cfa6901Copy full SHA for cfa6901
src/macro_expansion.jl
@@ -74,7 +74,7 @@ function adopt_scope(ex, ctx::MacroContext)
74
adopt_scope(ex, ctx.scope_layer.id)
75
end
76
77
-struct MacroExpansionError
+struct MacroExpansionError <: Exception
78
context::Union{Nothing,MacroContext}
79
ex::SyntaxTree
80
msg::String
0 commit comments