View Source ExpoPluralForms.SyntaxError exception (expo_plural_forms v0.1.0)
An error raised when the syntax in a plural forms string is invalid.
Link to this section Summary
Link to this section Types
@type t() :: %ExpoPluralForms.SyntaxError{ __exception__: true, column: pos_integer() | nil, line: pos_integer(), reason: String.t() }