Use runtime error.

pull/3375/head
Malcolm Tyrrell 2020-07-23 16:08:30 +01:00
parent 19cdfd12df
commit a4110a59c5
1 changed files with 1 additions and 1 deletions

View File

@ -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")
{ {