this repo has no description
at main 5 lines 93 B view raw
1export default { 2 fetch() { 3 throw new Error("This is an example error."); 4 } 5}