View Source Expo.PO.SyntaxError exception (expo v1.0.0)

An error raised when the syntax in a PO file (a file ending in .po) isn't correct.

Summary

Types

@type t() :: %Expo.PO.SyntaxError{
  __exception__: true,
  file: Path.t() | nil,
  line: pos_integer(),
  reason: String.t()
}