Skip to content

@ue-too/curve / TValOutofBoundError

Class: TValOutofBoundError

Defined in: packages/curve/src/b-curve.ts:1826

Error thrown when t-value is out of valid range [0, 1].

Extends

  • Error

Constructors

Constructor

new TValOutofBoundError(message): TValOutofBoundError

Defined in: packages/curve/src/b-curve.ts:1827

Parameters

message

string

Returns

TValOutofBoundError

Overrides

Error.constructor

Properties

message

message: string

Defined in: node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

Error.message


name

name: string

Defined in: node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

Error.name


stack?

optional stack: string

Defined in: node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

Error.stack