get name()
The `get` accessor obtains error name
RangeError.prototype.name
RangeError.prototype.name
The get
accessor obtains error name of a string
type, set to 'RangeError'
that is being thrown.
range-error.class.ts
Return type
Returns
The return value is the error instance name of string
type.
Example usage
Last updated