Skip to content

Commit

Permalink
Update lib/elixir/lib/exception.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Jan 27, 2025
1 parent a216f0f commit f3e7362
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/elixir/lib/exception.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1210,17 +1210,6 @@ defmodule SyntaxError do
* `:column` - the column where the error occurred
* `:description` - a description of the syntax error
if true else
IO.puts("This will break")
end
** (SyntaxError) invalid syntax found on Desktop/important/notebook/error_handling.livemd#cell:sslzfkto2taubx37:3:1:
error: unexpected reserved word: end
3 │ end
"""

defexception [:file, :line, :column, :snippet, description: "syntax error"]
Expand Down

0 comments on commit f3e7362

Please # to comment.