_exceptions.py
changeset 2651 3ad936634d2a
parent 1977 606923dff11b
child 2850 92032ede5ae7
equal deleted inserted replaced
2647:b0a2e779845c 2651:3ad936634d2a
   127     """
   127     """
   128 
   128 
   129 class UnknownProperty(RegistryException):
   129 class UnknownProperty(RegistryException):
   130     """property found in database but unknown in registry"""
   130     """property found in database but unknown in registry"""
   131 
   131 
       
   132 class RegistryOutOfDate(RegistryException):
       
   133     """raised when a source file modification is detected"""
       
   134 
   132 # query exception #############################################################
   135 # query exception #############################################################
   133 
   136 
   134 class QueryError(CubicWebRuntimeError):
   137 class QueryError(CubicWebRuntimeError):
   135     """a query try to do something it shouldn't"""
   138     """a query try to do something it shouldn't"""
   136 
   139