Module

x/fresh/www/routes/_500.tsx

The next-gen web framework.
Extremely Popular
Go to Latest
File
import { ServerCodePage } from "./_404.tsx";
export default function InternalServerError() { return ServerCodePage({ serverCode: 500, codeDescription: "Oops! Something went wrong.", });}