View Source Warder.Range.DisjointRangesError exception (warder v0.1.2)
Error when the result of range difference would not be contiguous.
Summary
Types
@type t(subtype) :: %Warder.Range.DisjointRangesError{ __exception__: true, lower: Warder.Range.t(subtype), upper: Warder.Range.t(subtype) }