deno.land / x / fresh@1.1.1 / tests / fixture / routes / _500.tsx
123456import { ErrorPageProps } from "$fresh/server.ts";
export default function Error500Page({ error }: ErrorPageProps) { return <p>500 internal error: {(error as Error).message}</p>;}
Version Info