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

Function Error

pages/_error.tsx:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { GenericError } from 'components/GenericError'
4
5function Error() {
6 return <GenericError />
7}
8
9Error.getInitialProps = async (ctx: NextPageContext) => {
10 // If this getInitialProps() is called in client-side rendering,

Callers 1

createTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected