#include<exception>
exception
throw exception();
} catch (const exception & e) { cout << "\t\tCaught " << e.what() << endl;
logic_error
noexcept