hgext/fastannotate/error.py
changeset 43076 2372284d9457
parent 39238 1ddb296e0dee
child 48966 6000f5b25c9b
equal deleted inserted replaced
43075:57875cf423c9 43076:2372284d9457
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2 or any later version.
     6 # GNU General Public License version 2 or any later version.
     7 from __future__ import absolute_import
     7 from __future__ import absolute_import
     8 
     8 
       
     9 
     9 class CorruptedFileError(Exception):
    10 class CorruptedFileError(Exception):
    10     pass
    11     pass
    11 
    12 
       
    13 
    12 class CannotReuseError(Exception):
    14 class CannotReuseError(Exception):
    13     """cannot reuse or update the cache incrementally"""
    15     """cannot reuse or update the cache incrementally"""