mercurial/error.py
changeset 32002 bf855efe5664
parent 31959 b445a3f00528
child 32023 a29580905771
equal deleted inserted replaced
32001:c85f19c66e8d 32002:bf855efe5664
   250 class UnsupportedBundleSpecification(Exception):
   250 class UnsupportedBundleSpecification(Exception):
   251     """error raised when a bundle specification is not supported."""
   251     """error raised when a bundle specification is not supported."""
   252 
   252 
   253 class CorruptedState(Exception):
   253 class CorruptedState(Exception):
   254     """error raised when a command is not able to read its state from file"""
   254     """error raised when a command is not able to read its state from file"""
       
   255 
       
   256 class RichIOError(Abort):
       
   257     """An IOError that can also have a hint attached."""