[MECpp]Item-13 Catch Exceptions by Reference
· β 2 min read
If catching by reference, we sidestep the questions about object deletion, avoid slicing exception objects, retain the ability to catch standard exceptions, and limit the number of times exception objects being copied.