1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 12:36:01 +01:00

Add UnimplementedError to ease grepping for these

This commit is contained in:
Carlo Nucera 2020-07-20 14:13:37 -04:00
parent 745a03cef5
commit 362ae93851
4 changed files with 4 additions and 3 deletions

View file

@ -192,6 +192,7 @@ public:
MakeError(Error, BaseError);
MakeError(UsageError, Error);
MakeError(UnimplementedError, Error);
class SysError : public Error
{