Exceptions
Min standard notice:
Exception handling provides a way of transferring control and information from some point in the execution of a program to a handler associated with a point previously passed by the execution (in other words, exception handling transfers control up the call stack).
# Notes
Feature-test macro Value Std Feature __cpp_constexpr_exceptions 202411L (C++26) constexpr exceptions