VDF.ParseError exception (vdf v0.1.0)

Summary

Types

@type t() :: %VDF.ParseError{
  __exception__: true,
  line_number: non_neg_integer() | nil,
  message: String.t()
}

Functions

Link to this function

unexpected_eof()

@spec unexpected_eof() :: t()
Link to this function

unexpected_line(line_number, unexpected_type)

@spec unexpected_line(non_neg_integer(), atom()) :: t()