Exception declarations, which include throw expressions;
exception specifications are described in Exception handling (C++ only).
A cv_qualifier_seq,
which represents one or a combination of const and volatile,
and can be used only in class member functions. For the details of
constant and volatile member functions, see Constant and volatile member functions (C++ only).
Function declarator syntax (C only) >>-identifier--(--+-----------------------+--)----------------->< '-parameter_declaration-'
Function declarator syntax (C++ only) >>-identifier--(--+-----------------------+--)------------------> '-parameter_declaration-' >--+------------------+--+-----------------------+------------->< '-cv_qualifier_seq-' '-exception_declaration-'