Classes
JSONParseError
Defined in: packages/readers/src/json.ts:69
Extends
Constructors
Constructor
new JSONParseError(
message?
):JSONParseError
Defined in: node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es5.d.ts:1082
Parameters
message?
string
Returns
JSONParseError
Inherited from
Constructor
new JSONParseError(
message?
,options?
):JSONParseError
Defined in: node_modules/.pnpm/typescript@5.7.3/node_modules/typescript/lib/lib.es5.d.ts:1082
Parameters
message?
string
options?
ErrorOptions
Returns
JSONParseError