mirror of
https://github.com/NixOS/nix
synced 2025-06-28 22:01:15 +02:00
Add UnimplementedError to ease grepping for these
This commit is contained in:
parent
745a03cef5
commit
362ae93851
4 changed files with 4 additions and 3 deletions
|
@ -192,6 +192,7 @@ public:
|
|||
|
||||
MakeError(Error, BaseError);
|
||||
MakeError(UsageError, Error);
|
||||
MakeError(UnimplementedError, Error);
|
||||
|
||||
class SysError : public Error
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue