X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=exceptions.py;h=82a82a566b1b1da50af1942364761722c09f047c;hb=36fea7f15ed17150691b5b3ead75450e575229ef;hp=3e0a2d080b56742d71d1d02ee45ac13fd8d5a146;hpb=e0973abee4c917127169795a56fd9c5c5412913c;p=python_utils.git diff --git a/exceptions.py b/exceptions.py index 3e0a2d0..82a82a5 100644 --- a/exceptions.py +++ b/exceptions.py @@ -1,5 +1,9 @@ #!/usr/bin/env python3 +# This module is commonly used by others in here and should avoid +# taking any unnecessary dependencies back on them. + + class PreconditionException(AssertionError): pass