• Toby Dickenson's avatar
    added DanglingReferenceError. A new exception for storages to report the fact... · 9d236fac
    Toby Dickenson authored
    added DanglingReferenceError. A new exception for storages to report the fact that a transaction is storing a reference to an object that does not exist. Doing this is 'a bad thing', although it is not entirely clear that it is prohibited. So far only DirectoryStorage makes this check. This is given its own exception class because some code may be able to catch it, and regenerate the object that the storage thinks does not exist.
    
    9d236fac
POSException.py 6.77 KB