export default class JsonParsingError extends Error { json: string; constructor(message: string, json: string); }