\"We do not use C++ exceptions.\"
If you don\'t use exceptions, what happens when there\'s an error? You just let the program crash?
If you don't use exceptions by definition no code will throw an exception so it will not be needed to be caught.
It's "We do not use C++ exceptions", not "We do not catch C++ exceptions".