IntervalMap.OverlappingIntervalsError exception (interval_map v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %IntervalMap.OverlappingIntervalsError{
  __exception__: term(),
  existing: IntervalMap.Interval.t(),
  message: String.t(),
  requested: IntervalMap.Interval.t()
}