How to handle unexpected errors thrown within the root layout in a Next 14 application?
I want to handle unexpected errors in my Next 14 application.
My goal is to have a global error fallback UI that will handle all errors thrown within my root layout.