throwsRangeError top-level constant
A matcher for functions that throw RangeError.
Implementation
const Matcher throwsRangeError =
// ignore: deprecated_member_use
Throws(isRangeError)
A matcher for functions that throw RangeError.
const Matcher throwsRangeError =
// ignore: deprecated_member_use
Throws(isRangeError)