Skip to content

@ue-too/curve / index / TValOutofBoundError

クラス: TValOutofBoundError

定義: packages/curve/src/b-curve.ts:1841

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

拡張

  • Error

コンストラクター

コンストラクター

new TValOutofBoundError(message): TValOutofBoundError

定義: packages/curve/src/b-curve.ts:1842

パラメータ

message

string

戻り値

TValOutofBoundError

上書き

Error.constructor

プロパティ

message

message: string

定義: node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077

継承元

Error.message


name

name: string

定義: node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1076

継承元

Error.name


stack?

optional stack: string

定義: node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078

継承元

Error.stack