Closed thekid closed 6 years ago
Like #46 but only with "catch all" form - a shorthand for catch (\Throwable $e):
catch (\Throwable $e)
try { … } catch ($e) { // Handle exception }
Like #46 but only with "catch all" form - a shorthand for
catch (\Throwable $e)
: