rsnext/test/integration/api-support/pages/api/user-error-async.js
2020-01-02 18:47:39 -05:00

3 lines
71 B
JavaScript

export default async (req, res) => {
throw new Error('User error')
}