Taxo.CyclicDerivationError exception (Taxo v0.2.0)

Copy Markdown View Source

Taxo.derive/3 raises this error when a new parent/child relationship would create a cycle in the taxonomy.

Summary

Types

t()

@type t() :: %Taxo.CyclicDerivationError{
  __exception__: term(),
  child: Taxo.tag(),
  message: String.t(),
  parent: Taxo.tag()
}