Include prerender interrupted error in unstable_rethrow (#83463)
Prerender interrupted errors are part of the control flow for Next.js
applications and aren't intended to be caught by user code. Since we
can't avoid it we need to include it in the rethrow API.