_exceptions.py
changeset 10280 2cdab5e33542
parent 9543 39f981482e34
child 10320 facbb38c4c1a
equal deleted inserted replaced
10279:d7479a5ac553 10280:2cdab5e33542
    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"""