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

missing argument error

This commit is contained in:
Ben Burdette 2020-11-11 09:29:32 -07:00
parent 7d9037035e
commit 3edfe6090e
2 changed files with 11 additions and 2 deletions

View file

@ -17,6 +17,7 @@ MakeError(ThrownError, AssertionError);
MakeError(Abort, EvalError);
MakeError(TypeError, EvalError);
MakeError(UndefinedVarError, Error);
MakeError(MissingArgumentError, Error);
MakeError(RestrictedPathError, Error);