View Source Briefly.NoRootDirectoryError exception (briefly v0.5.1)

Returned when none of the root temporary directories could be accessed.

Summary

Types

@type t() :: %Briefly.NoRootDirectoryError{
  __exception__: term(),
  tmp_dirs: [String.t()]
}