gettext v0.16.1 Gettext.MissingBindingsError exception 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

Link to this type

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

Link to this section Functions

Callback implementation for Exception.message/1.