View Source Rewrite.UpdateError exception (rewrite v0.10.5)

An exception for when a function can not handle a source.

Summary

Types

@type reason() :: :nopath | :overwrites | :filetype
@type t() :: %Rewrite.UpdateError{
  __exception__: true,
  path: Path.t() | nil,
  reason: reason(),
  source: Path.t()
}