SyntaxError exception (Elixir v1.18.3)
View SourceAn exception raised when there's a syntax error when parsing code.
The following fields of this exceptions are public and can be accessed freely:
- :file(- Path.t/0or- nil) - the file where the error occurred, or- nilif the error occurred in code that did not come from a file
- :line- the line where the error occurred
- :column- the column where the error occurred
- :description- a description of the syntax error