Skip to content

Commit

Permalink
Fixed #11974 (Add critical error id premium-invalidLicense) (#5431)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Sep 11, 2023
1 parent 8771912 commit fe46bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/errorlogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ const std::set<std::string> ErrorLogger::mCriticalErrorIds{
"instantiationError",
"internalError",
"premium-internalError",
"premium-invalidArgument",
"premium-invalidLicense",
"preprocessorErrorDirective",
"syntaxError",
"unknownMacro"
Expand Down

0 comments on commit fe46bd3

Please sign in to comment.