CFG (cfg_lib v0.1.0) View Source

This top-level namespace holds all the functionality for working with CFG. You'll normally interact with configurations using the Config submodule.

Link to this section Summary

Functions

Format an exception for display.

Link to this section Functions

Specs

format_error(%CFG.RecognizerError{
  __exception__: term(),
  detail: term(),
  location: term(),
  reason: term()
}) :: String.t()

Format an exception for display.