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

An error message raised for missing bindings errors.

Link to this section Summary

Link to this section Types

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