Jido.VFS.Errors.InvalidPath exception (Jido.VFS v1.0.0)

View Source

Invalid path error

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Jido.VFS.Errors.InvalidPath{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  invalid_path: term(),
  path: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Jido.VFS.Errors.InvalidPath without raising it.

Keys

  • :invalid_path
  • :reason