_exceptions.py
branchstable
changeset 5273 c4caef6f09c9
parent 5032 e3fa27fc0d9a
child 5274 16461f675734
child 5421 8167de96c523
equal deleted inserted replaced
5269:2e5bc78d05f3 5273:c4caef6f09c9
   123     """
   123     """
   124 
   124 
   125 class UnknownProperty(RegistryException):
   125 class UnknownProperty(RegistryException):
   126     """property found in database but unknown in registry"""
   126     """property found in database but unknown in registry"""
   127 
   127 
   128 class RegistryOutOfDate(RegistryException):
       
   129     """raised when a source file modification is detected"""
       
   130 
   128 
   131 # query exception #############################################################
   129 # query exception #############################################################
   132 
   130 
   133 class QueryError(CubicWebRuntimeError):
   131 class QueryError(CubicWebRuntimeError):
   134     """a query try to do something it shouldn't"""
   132     """a query try to do something it shouldn't"""