.. title:: clang-tidy - cert-err60-cpp
.. meta::
   :http-equiv=refresh: 5;URL=../bugprone/exception-copy-constructor-throws.html

cert-err60-cpp
==============

The `cert-err60-cpp` check is an alias, please see
:doc:`bugprone-exception-copy-constructor-throws
<../bugprone/exception-copy-constructor-throws>`
for more information.

This check corresponds to the CERT C++ Coding Standard rule
`ERR60-CPP. Exception objects must be nothrow copy constructible
<https://wiki.sei.cmu.edu/confluence/display/cplusplus/ERR60-CPP.+Exception+objects+must+be+nothrow+copy+constructible>`_.
