{"version":3,"sources":["../src/library/PageError.ts"],"sourcesContent":["import { FetchError } from \"./FetchError\";\n\n/**\n * An error created when a method in the page API fails, extends the {@link FetchError}.\n */\nexport class PageError extends FetchError {\n\t/**\n\t * Constructor.\n\t *\n\t * @param {string | Error} options.error - The error returned from the internal fetcher.\n\t */\n\tconstructor(options: { error: string | Error }) {\n\t\tsuper(options);\n\t}\n}\n"],"mappings":";;;;;AAKO,IAAM,YAAN,cAAwB,WAAW;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMzC,YAAY,SAAoC;AAC/C,UAAM,OAAO;AAAA,EACd;AACD;","names":[]}