1*46f023faSEvan Baconimport { ExpoResponse } from 'expo-router/server';
2*46f023faSEvan Bacon
3*46f023faSEvan Baconexport function GET(): ExpoResponse {
4*46f023faSEvan Bacon  throw new Error('This is a test error');
5*46f023faSEvan Bacon}
6