hou.ObjectWasDeleted class
Exception class for when you use a stale variable to attempt to access something that was deleted in Houdini. This class is a subclass of hou.Error.
For example, setting a variable to a Node object, deleting that node in Houdini, and attempting to call a method using the variable will raise this exception.
See also: hou.Error
