|
|
|
|
|
by AstralStorm
3320 days ago
|
|
Any situation that prevents functionality from working and should not happen in normal flow is exceptional. Including such connection failures or file open failures. They may have to be handled, but not at cost to the hot path. You cannot typically just "eat" such an error with default behaviour and expect whatever relied on it to work properly. |
|