Section

std::exception

Provides consistent interface to handle errors through the throw expression.

# Declarations

class exception;

# Notes

Feature-test macro Value Std Feature __cpp_lib_constexpr_exceptions 202411L (C++26) constexpr for exception types

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
LWG 471C++98there was no requirement on standard library classes derived from std::exceptionadded