An operation was requested on a node that does not exist. This exception is raised when an operation gets a path name or a ``(where, name)`` pair leading to a nonexistent node.
| 279 | |
| 280 | |
| 281 | class NoSuchNodeError(NodeError): |
| 282 | """An operation was requested on a node that does not exist. |
| 283 | |
| 284 | This exception is raised when an operation gets a path name or a |
| 285 | ``(where, name)`` pair leading to a nonexistent node. |
| 286 | |
| 287 | """ |
| 288 | |
| 289 | pass |
| 290 | |
| 291 | |
| 292 | class UndoRedoError(Exception): |
no outgoing calls
no test coverage detected