diff --git a/lib/elixir/lib/exception.ex b/lib/elixir/lib/exception.ex index f48acaa29a9..7c4d4bae08b 100644 --- a/lib/elixir/lib/exception.ex +++ b/lib/elixir/lib/exception.ex @@ -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"]