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

Error when the ranges are not contiguous.

Summary

Types

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

t(subtype)

View Source (since 0.1.0)
@type t(subtype) :: %Warder.Range.NotContiguousError{
  __exception__: true,
  first: Warder.Range.t(subtype),
  second: Warder.Range.t(subtype)
}