Solid.ParserError exception (solid v1.0.0-rc.0)

View Source

Summary

Types

t()

@type t() :: %Solid.ParserError{
  __exception__: true,
  meta: %{line: pos_integer(), column: pos_integer()},
  reason: binary(),
  text: binary()
}