Questions tagged [uncaught-exception]

UncaughtException is thrown when exception is not handled by try/catch block. UncaughtException wraps the original exception that has been occurred.

314 questions
3
votes
1 answer

Sveltekit returning a 404 on page load triggers an uncaught exception that breaks the page

Taken directly from the sveltekit docs. When returning a 404 on page load an uncaught exception will occur that breaks the page: