MCPcopy Create free account
hub / github.com/github/docs / constructor

Method constructor

lib/page.js:30–33  ·  view source on GitHub ↗
(message, frontmatterErrors)

Source from the content-addressed store, hash-verified

28
29export class FrontmatterErrorsError extends Error {
30 constructor(message, frontmatterErrors) {
31 super(message)
32 this.frontmatterErrors = frontmatterErrors
33 }
34}
35
36class Page {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected