View Source Expo.PluralForms.SyntaxError exception (expo v0.3.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() :: %Expo.PluralForms.SyntaxError{ __exception__: true, column: pos_integer() | nil, line: pos_integer(), reason: String.t() }