View Source Gettext.PluralFormError exception (gettext v0.24.0)

An generic error for when a plural form is missing for a given locale.

Link to this section Summary

Link to this section Types

@type t() :: %Gettext.PluralFormError{
  __exception__: true,
  file: String.t(),
  form: non_neg_integer(),
  line: pos_integer(),
  locale: String.t()
}