Use runtime error.
This commit is contained in:
@@ -317,7 +317,7 @@ namespace
|
||||
}
|
||||
else if (pFile == "stdException.fail")
|
||||
{
|
||||
throw std::exception("std::exception test");
|
||||
throw std::runtime_error("std::exception test");
|
||||
}
|
||||
else if (pFile == "unexpectedException.fail")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user