_exceptions.py
changeset 10301 729f36a1bcfa
parent 10280 2cdab5e33542
child 10320 facbb38c4c1a
equal deleted inserted replaced
10276:ffb269e60348 10301:729f36a1bcfa
    21 
    21 
    22 from warnings import warn
    22 from warnings import warn
    23 
    23 
    24 from logilab.common.decorators import cachedproperty
    24 from logilab.common.decorators import cachedproperty
    25 
    25 
    26 from yams import ValidationError as ValidationError
    26 from yams import ValidationError
    27 
    27 
    28 # abstract exceptions #########################################################
    28 # abstract exceptions #########################################################
    29 
    29 
    30 class CubicWebException(Exception):
    30 class CubicWebException(Exception):
    31     """base class for cubicweb server exception"""
    31     """base class for cubicweb server exception"""