View Source Warder.Range.NotContiguousError exception (warder v0.1.0)
Error when the ranges are not contiguous.
Summary
Types
@type t(subtype) :: %Warder.Range.NotContiguousError{ __exception__: true, first: Warder.Range.t(subtype), second: Warder.Range.t(subtype) }