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

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

Summary

Functions

Callback implementation for Exception.message/1.

Types

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

Functions

Callback implementation for Exception.message/1.