equal
deleted
inserted
replaced
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""" |