Gettext.MissingBindingsError exception (gettext v0.18.2) View Source

An error message raised for missing bindings errors.

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

Specs

t() :: %Gettext.MissingBindingsError{
  __exception__: term(),
  backend: term(),
  domain: term(),
  locale: term(),
  missing: term(),
  msgctxt: term(),
  msgid: term()
}

Link to this section Functions

Callback implementation for Exception.message/1.