cubicweb/_exceptions.py
changeset 12612 f758bc424dc9
parent 12611 e94287ab06d4
child 12613 703a263dd618
equal deleted inserted replaced
12611:e94287ab06d4 12612:f758bc424dc9
    18 """Exceptions shared by different cubicweb packages."""
    18 """Exceptions shared by different cubicweb packages."""
    19 
    19 
    20 
    20 
    21 from logilab.common.decorators import cachedproperty
    21 from logilab.common.decorators import cachedproperty
    22 
    22 
    23 from yams import ValidationError
    23 from yams import ValidationError  # noqa: F401
    24 
    24 
    25 # abstract exceptions #########################################################
    25 # abstract exceptions #########################################################
    26 
    26 
    27 
    27 
    28 class CubicWebException(Exception):
    28 class CubicWebException(Exception):