missing 'throw'

This commit is contained in:
Michael Davidsaver
2023-06-12 19:53:10 -07:00
parent 81194fac75
commit e077e9663c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ struct PVRParser
// short-hand for field(name)
if(lexval=="field" || lexval=="record")
std::logic_error("pvReq regex alternative order logic error");
throw std::logic_error("pvReq regex alternative order logic error");
target._field(lexval);