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

Drop ImportError and FindError

We're not catching these anywhere.
This commit is contained in:
Eelco Dolstra 2014-06-12 13:00:54 +02:00
parent 718f20da6d
commit 0960d674d4
2 changed files with 0 additions and 6 deletions

View file

@ -15,8 +15,6 @@ MakeError(AssertionError, EvalError)
MakeError(ThrownError, AssertionError)
MakeError(Abort, EvalError)
MakeError(TypeError, EvalError)
MakeError(ImportError, EvalError) // error building an imported derivation
MakeError(FindError, EvalError) // error building a nix-path component
MakeError(UndefinedVarError, Error)