View Source Gettext.PluralFormError exception (gettext v1.0.0)

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

Summary

Types

t()

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