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:
parent
010dc7958e
commit
c4dbb55ba9
3 changed files with 26 additions and 0 deletions
|
@ -214,4 +214,8 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
/** Throw an exception for the purpose of checking that exception handling works; see 'initLibUtil()'.
|
||||
*/
|
||||
void throwExceptionSelfCheck();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue