View Source Warder.Range.BoundOrderError exception (warder v0.1.2)

Error when the range bounds are not in ascending order.

Summary

Types

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

t(subtype)

View Source (since 0.1.0)
@type t(subtype) :: %Warder.Range.BoundOrderError{
  __exception__: true,
  lower: subtype,
  upper: subtype
}