(C++) stdexcept.h stdexcept.h is the header file containg the definition from std::exception and its derived classes. #include <stdexcept> int main() { throw std::exception(); }