View Source Expo.PluralForms.SyntaxError exception (expo v1.1.0)
An error raised when the syntax in a plural forms string is invalid.
Summary
Types
@type t() :: %Expo.PluralForms.SyntaxError{ __exception__: true, column: pos_integer() | nil, line: pos_integer(), reason: String.t() }