View Source Rewrite.DotFormatterError exception (rewrite v1.1.2)

An exception raised when an error is encountered while working with dot_formatters.

Summary

Functions

Callback implementation for Exception.message/1.

Types

exits()

@type exits() :: term()

reason()

@type reason() :: atom() | {atom(), term()}

t()

@type t() :: %{
  reason: reason(),
  path: Path.t(),
  not_formatted: [Path.t()],
  exits: exits()
}

Functions

message(map)

Callback implementation for Exception.message/1.