Files
sapper/test/app/src/routes/throw-an-error.js
2018-09-19 12:02:11 -04:00

3 lines
51 B
JavaScript

export function get() {
throw new Error('nope');
}