//********************************************* //this function do not throw exception //********************************************* #include using namespace std; void funcException(int val)throw(){ //throw val; error, this recall unexpected() cout<<"you inserted "<