Daat v0.1.0 Daat.InvalidDependencyError exception View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Daat.InvalidDependencyError{
  __exception__: term(),
  dependency: atom(),
  instance: module(),
  message: String.t(),
  pmodule: module()
}

Link to this section Functions

Link to this function

new(pmodule, instance, dependency_name)

View Source
new(module(), module(), atom()) :: t()