Logo
Classes

JSONStringifyError

Defined in: packages/readers/src/json.ts:70

Extends

Constructors

Constructor

new JSONStringifyError(message?): JSONStringifyError

Defined in: node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es5.d.ts:1082

Parameters

message?

string

Returns

JSONStringifyError

Inherited from

JSONReaderError.constructor

Constructor

new JSONStringifyError(message?, options?): JSONStringifyError

Defined in: node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es5.d.ts:1082

Parameters

message?

string

options?

ErrorOptions

Returns

JSONStringifyError

Inherited from

JSONReaderError.constructor

On this page