changeset 2651 | 3ad936634d2a |
parent 1977 | 606923dff11b |
child 2850 | 92032ede5ae7 |
--- a/_exceptions.py Sun Aug 02 12:00:17 2009 +0200 +++ b/_exceptions.py Sun Aug 02 19:32:57 2009 +0200 @@ -129,6 +129,9 @@ class UnknownProperty(RegistryException): """property found in database but unknown in registry""" +class RegistryOutOfDate(RegistryException): + """raised when a source file modification is detected""" + # query exception ############################################################# class QueryError(CubicWebRuntimeError):