Use runtime error.
parent
19cdfd12df
commit
a4110a59c5
|
@ -317,7 +317,7 @@ namespace
|
||||||
}
|
}
|
||||||
else if (pFile == "stdException.fail")
|
else if (pFile == "stdException.fail")
|
||||||
{
|
{
|
||||||
throw std::exception("std::exception test");
|
throw std::runtime_error("std::exception test");
|
||||||
}
|
}
|
||||||
else if (pFile == "unexpectedException.fail")
|
else if (pFile == "unexpectedException.fail")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue