Matcha.Rewrite.Error exception (Matcha v0.1.1) View Source

Error raised when rewriting AST into a match pattern/spec.

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

Specs

t() :: %Matcha.Rewrite.Error{
  __exception__: term(),
  details: term(),
  problems: Matcha.Error.problems(),
  source: Matcha.Rewrite.t()
}

Link to this section Functions

Specs

message(t()) :: String.t()

Callback implementation for Exception.message/1.