Exemplo n.º 1
0
// to allow setting breakpoints
void except_err_()
	{
	Except e(os.str());
	os.clear();
	throw e;
	}