CFG.RecognizerError exception (cfg_lib v0.0.1) View Source

This is the type used to return errors.

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

exception(reason, location, detail)

View Source

Callback implementation for Exception.message/1.