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

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

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

Link to this section Functions

Callback implementation for Exception.message/1.