5 ms·
> Not sure how this feature made its way in. It's possible the language was just following usage rather than leading it. Regardless of whether or not it's rig
by ryangittins 4y ago
> Not sure how this feature made its way in.
It's possible the language was just following usage rather than leading it. Regardless of whether or not it's right, I commonly see something like
} catch (\Exception $e) {
// no-op
}