Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reference properly-namespaced ConfigurationError when failing
Previous code was failing to resolve ConfigurationError at runtime, because there is no ConfigurationError on the lexical scope or included into the LSCL AST. Instead of emitting the helpful error intended, it blew up with a NameError that adds noise to the problem instead of being helpful as intended. Fixes elastic#9343
- Loading branch information