MCPcopy Index your code
hub / github.com/github/docs / FrontmatterErrorsError

Class FrontmatterErrorsError

lib/page.js:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27const productMapKeysAsSet = new Set(Object.keys(productMap))
28
29export class FrontmatterErrorsError extends Error {
30 constructor(message, frontmatterErrors) {
31 super(message)
32 this.frontmatterErrors = frontmatterErrors
33 }
34}
35
36class Page {
37 static async init(opts) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected