Pattern: Exception is caught by value
Issue: -
The exception is caught by value. It could be caught as a (const) reference which is usually recommended in C++.
Pattern: Exception is caught by value
Issue: -
The exception is caught by value. It could be caught as a (const) reference which is usually recommended in C++.