View Source YamlElixir.ParsingError exception (yaml_elixir v2.11.0)

Summary

Types

@type t() :: %YamlElixir.ParsingError{
  __exception__: true,
  column: integer() | nil,
  line: integer() | nil,
  message: String.t(),
  type: atom() | nil
}

Functions