Mangades/src/routes/error/+page.ts
Daniel Bulant c5e97d675b test error
2022-12-12 17:01:55 +01:00

3 lines
No EOL
71 B
TypeScript

export function load() {
throw new Error("This is a test error");
}