Mobius.FileError exception (Mobius v0.7.0)

Copy Markdown View Source

Used when there is an error conducting file operations

Summary

Types

t()

@type t() :: %Mobius.FileError{
  __exception__: true,
  error: atom(),
  file: Path.t(),
  message: binary(),
  operation: binary()
}