Esempio n. 1
0
void throwErrnoExc (const std::string &text)
{
    throwErrnoExc (text, errno);
}
Esempio n. 2
0
void throwErrnoExc()
{
    std::string txt = "%T.";
    throwErrnoExc (txt);
}