_exceptions.py
changeset 5274 16461f675734
parent 5223 6abd6e3599f4
parent 5273 c4caef6f09c9
child 5423 e15abfdcce38
equal deleted inserted replaced
5272:f7d2df59231a 5274:16461f675734
   120     """
   120     """
   121 
   121 
   122 class UnknownProperty(RegistryException):
   122 class UnknownProperty(RegistryException):
   123     """property found in database but unknown in registry"""
   123     """property found in database but unknown in registry"""
   124 
   124 
   125 class RegistryOutOfDate(RegistryException):
       
   126     """raised when a source file modification is detected"""
       
   127 
   125 
   128 # query exception #############################################################
   126 # query exception #############################################################
   129 
   127 
   130 class QueryError(CubicWebRuntimeError):
   128 class QueryError(CubicWebRuntimeError):
   131     """a query try to do something it shouldn't"""
   129     """a query try to do something it shouldn't"""