|
|
|
|
|
by preseinger
1255 days ago
|
|
Oh. You're using the word panic to describe a superset of actual panics and other even more serious errors. Those things you call unrecoverable panics are not actually panics. The point I'm trying to make is that panics are not errors by another name, and they are not safe to recover from in general. |
|