View Source Gettext.PluralFormError exception (gettext v0.26.2)
An generic error for when a plural form is missing for a given locale.
Summary
Types
@type t() :: %Gettext.PluralFormError{ __exception__: true, file: String.t(), form: non_neg_integer(), line: pos_integer(), locale: String.t() }