X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=exceptions.py;h=82a82a566b1b1da50af1942364761722c09f047c;hb=36fea7f15ed17150691b5b3ead75450e575229ef;hp=59aa262d786a11297e1462ff782ed2e47034c16d;hpb=09e6d10face80d98a4578ff54192b5c8bec007d7;p=python_utils.git diff --git a/exceptions.py b/exceptions.py index 59aa262..82a82a5 100644 --- a/exceptions.py +++ b/exceptions.py @@ -3,6 +3,7 @@ # This module is commonly used by others in here and should avoid # taking any unnecessary dependencies back on them. + class PreconditionException(AssertionError): pass