/*! Copyright 2024 the gnablib contributors MPL-1.1 */exportclassNegativeErrorextendsRangeError{constructor(r,e){super(`${r} should be positive, got ${e}`),this.noun=r,this.value=e}getname(){return"NegativeError"}get[Symbol.toStringTag](){return"NegativeError"}}