View Source Warder.Range.BoundOrderError exception (warder v0.1.2)
Error when the range bounds are not in ascending order.
Summary
Types
@type t(subtype) :: %Warder.Range.BoundOrderError{
__exception__: true,
lower: subtype,
upper: subtype
}