diff --git a/environs.py b/environs.py index 1804128..ebf2b82 100644 --- a/environs.py +++ b/environs.py @@ -24,7 +24,7 @@ ) -class EnvError(Exception): +class EnvError(ValueError): pass