Dsxir.Errors.Invalid.Module exception (dsxir v0.1.0)

Copy Markdown

Raised when a Dsxir.Module predicate dispatches to an undeclared predictor name.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Dsxir.Errors.Invalid.Module{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  module: term(),
  path: term(),
  predictor: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Dsxir.Errors.Invalid.Module without raising it.

Keys

  • :module
  • :predictor
  • :reason