End Google Ads 201810 - BS.net 01 --> Hello All,

consider following code

try
{
function();

}

catch(//what typr should expect)
{

}


fuction is develope from other one and he not mention the type of exception he returning..


/////////////////////////////////////////////////////
if i use this code

catch(std::exception & s)
{
cout