1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00

initLibUtil: Add exception handling self-check

This commit is contained in:
Robert Hensing 2023-08-11 17:22:55 +02:00
parent 010dc7958e
commit c4dbb55ba9
3 changed files with 26 additions and 0 deletions

View file

@ -214,4 +214,8 @@ public:
}
};
/** Throw an exception for the purpose of checking that exception handling works; see 'initLibUtil()'.
*/
void throwExceptionSelfCheck();
}