Properties

The `RangeError` object properties

public static template: string A template of the error message of string type with the replaceable {problem}, {fix} and optional {id}, {max}, {min}, {type} tags.

#max?: Max Private property of the maximum range of generic type variable Max that causes an error to be thrown(or not thrown).

#min?: Min Private property of the minimum range of generic type variable Min that causes an error to be thrown(or not thrown).

Last updated