View Source Mobius.FileError exception (mobius v0.6.1)

Used when there is an error conducting file operations

Summary

Types

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