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

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

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

Link to this section Functions

Callback implementation for Exception.message/1.