Skip to main content
Go to Latest
class ERR_OUT_OF_RANGE
extends RangeError
import { ERR_OUT_OF_RANGE } from "https://deno.land/std@0.145.0/node/internal/errors.ts";

Constructors

new
ERR_OUT_OF_RANGE(
str: string,
range: string,
input: unknown,
replaceDefaultBoolean?,
)

Properties

code: string