static template
A template of the error message
RangeError.template
RangeError.template
A template of the error message of string
type with the replaceable {problem}
, {fix}
and optional {id}
, {max}
, {min}
tags.
By default, it's set to Problem{id}: {problem} => Fix: {fix} between {min} and {max}
.
range-error.class.ts
Example usage
Last updated