(C++) stdexcept.h
February 24, 2017 · View on GitHub
(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(); }