The operation can not be completed because the node is closed. For instance, listing the children of a closed group is not allowed.
| 224 | |
| 225 | |
| 226 | class ClosedNodeError(ValueError): |
| 227 | """The operation can not be completed because the node is closed. |
| 228 | |
| 229 | For instance, listing the children of a closed group is not allowed. |
| 230 | |
| 231 | """ |
| 232 | |
| 233 | pass |
| 234 | |
| 235 | |
| 236 | class ClosedFileError(ValueError): |
no outgoing calls
no test coverage detected