bundles / astropy latest / astropy / extern / configobj / validate / ValidateError
class
astropy.extern.configobj.validate:ValidateError
source: /astropy/extern/configobj/validate.py :356
Summary
This error indicates that the check failed. It can be the base class for more specific errors.
Extended Summary
Any check function that fails ought to raise this error. (or a subclass)
>>> raise ValidateError Traceback (most recent call last): ValidateError
Aliases
-
astropy.config.configuration.validate.ValidateError