Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throw and catch errors? #165

Open
lautiamkok opened this issue Jun 6, 2022 · 0 comments
Open

Throw and catch errors? #165

lautiamkok opened this issue Jun 6, 2022 · 0 comments

Comments

@lautiamkok
Copy link

How do we throw and catch errors with this plugin?

For example, if I throw an error on a page:

// about.vue
const { data } = await useFetch(`/contact`)
if (data === null) {
  throwError('No data!', 500)
}

How can we catch that error with vite-ssr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant