Hacker News new | ask | show | jobs
by ryangittins 1326 days 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
    }