Skip to content

Commit

Permalink
Merge pull request #50 from alexpirine/patch-1
Browse files Browse the repository at this point in the history
EnvError should inherit from ValueError
  • Loading branch information
sloria authored Dec 10, 2018
2 parents e85655e + 086c409 commit 4d68c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)


class EnvError(Exception):
class EnvError(ValueError):
pass


Expand Down

0 comments on commit 4d68c32

Please sign in to comment.