View Source Warder.Range.DisjointRangesError exception (warder v0.1.0)

Error when the result of range difference would not be contiguous.

Summary

Types

@type t() :: t(term())
Link to this type

t(subtype)

View Source (since 0.1.0)
@type t(subtype) :: %Warder.Range.DisjointRangesError{
  __exception__: true,
  lower: Warder.Range.t(subtype),
  upper: Warder.Range.t(subtype)
}