ex_kdl
v0.1.0-rc1
Pages
Modules
ExKdl.Errors.SyntaxError
(ex_kdl v0.1.0-rc1)
View Source
Link to this section
Summary
Functions
new(line, message)
Link to this section
Functions
Link to this function
new(line, message)
View Source
Specs
new(
integer
(),
binary
()) :: %ExKdl.Errors.SyntaxError{ line:
integer
(), message:
binary
() }