|
|
|
|
|
by AlisdairO
4436 days ago
|
|
It's not that uncommon to want to recover from NPEs in a webapp environment. You want your thread of execution to error out, return a 500, and rollback whatever db changes it's made, but you want the webapp as a whole to keep running. |
|