1
2
3
export const testExError = (req, res) => {
throw Error("hi");
};