Skip to content

Commit f3e7362

Browse files
authored
Update lib/elixir/lib/exception.ex
1 parent a216f0f commit f3e7362

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/elixir/lib/exception.ex

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,17 +1210,6 @@ defmodule SyntaxError do
12101210
* `:column` - the column where the error occurred
12111211
* `:description` - a description of the syntax error
12121212
1213-
if true else
1214-
IO.puts("This will break")
1215-
end
1216-
1217-
** (SyntaxError) invalid syntax found on Desktop/important/notebook/error_handling.livemd#cell:sslzfkto2taubx37:3:1:
1218-
error: unexpected reserved word: end
1219-
1220-
3 │ end
1221-
1222-
1223-
12241213
"""
12251214

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

0 commit comments

Comments
 (0)