Expo.PluralForms.SyntaxError exception (expo v1.1.1)

View Source

An error raised when the syntax in a plural forms string is invalid.

Summary

Types

t()

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