MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / _error.tsx

File _error.tsx

apps/web/pages/_error.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import NextErrorComponent from 'next/error';
2import { NextPageContext } from 'next';
3
4const MyError = ({ statusCode, hasGetInitialPropsRun, err }: any) => {

Callers

nothing calls this directly

Calls 2

getInitialPropsMethod · 0.80
errorMethod · 0.65

Tested by

no test coverage detected