- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.7k
Closed
Labels
HacktoberfestGood for Hacktoberfest participantsGood for Hacktoberfest participantserror messagesBetter, more actionable error messagesBetter, more actionable error messages
Description
Repeat of Discourse Post:
From Post:
If you do:
cur_error = nothing try foo(bar::Main.baz) = "Rambo" catch tmp_error cur_error = tmp_error endwhich gives
> cur_error UndefVarError(:baz) > cur_error.var :baz
The thing I'm kind of curious about is if there is a way to get the module that should have
:bazin it (i.e.Main)?
Metadata
Metadata
Assignees
Labels
HacktoberfestGood for Hacktoberfest participantsGood for Hacktoberfest participantserror messagesBetter, more actionable error messagesBetter, more actionable error messages