Difference between (Exception $e) and (\Exception $e) in try{}catch(){}

Viewed 2618

What is the difference between (Exception $e) and (\Exception $e) in try{}catch(){}
What is the impact of 'back-slash \' before Exception?

2 Answers
Related